From 8b928d357fbe89dfb33abe5d922843ac0b897ca4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 12 Jun 2022 13:36:41 +0200 Subject: feh(1), --version: Document libmagic compile flag --- src/options.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/options.c b/src/options.c index 71c65e2..d3524f7 100644 --- a/src/options.c +++ b/src/options.c @@ -976,6 +976,10 @@ static void show_version(void) "help " #endif +#ifdef HAVE_LIBMAGIC + "magic " +#endif + #if _FILE_OFFSET_BITS == 64 "stat64 " #endif -- cgit v1.2.3