diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-06-17 18:44:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-06-17 18:44:03 +0200 |
commit | 4ef0c142d96d97e517455b5711782fa5706cc2ff (patch) | |
tree | d01b3c5a8bfb7668c5abac4efbb4e70bbb203b6d | |
parent | 5e4c6de73a023e480a909aac1eb23d93ceb4d0fa (diff) |
re-add verscmp flag to --version output
-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 a92b1ff..04f02c5 100644 --- a/src/options.c +++ b/src/options.c @@ -943,6 +943,10 @@ static void show_version(void) "stat64 " #endif +#ifdef HAVE_STRVERSCMP + "verscmp " +#endif + #ifdef HAVE_LIBXINERAMA "xinerama " #endif |