diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-04 11:18:51 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-04 11:18:51 +0100 |
commit | ebb130d978df17b42935fed570294df45622dea2 (patch) | |
tree | 21dcf2bdb059ae47519e6741b5925b0e3c798597 /src | |
parent | 41beaa1acb1c4888ee3a3c9a014049854669a34a (diff) |
Show verscmp status in --version output
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 38d2568..383e663 100644 --- a/src/options.c +++ b/src/options.c @@ -899,6 +899,10 @@ static void show_version(void) "stat64 " #endif +#ifdef HAVE_VERSCMP + "verscmp " +#endif + #ifdef HAVE_LIBXINERAMA "xinerama " #endif |