diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-01-28 00:05:53 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-01-28 00:05:53 +0100 |
commit | cbec7b15d0355926a504e2404f435cf3ab0e5b36 (patch) | |
tree | d6c2bbf77710460b5b8d690f38e0fb459a90edfb /src | |
parent | 4252f6eb96ef00d5907dceda3af8c581917d7aa1 (diff) |
Show exif flag in manpage / --version
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index 4c0ad5d..5f94a64 100644 --- a/src/options.c +++ b/src/options.c @@ -792,6 +792,10 @@ static void show_version(void) "debug " #endif +#ifdef HAVE_LIBEXIF + "exif " +#endif + #if _FILE_OFFSET_BITS == 64 "stat64 " #endif |