Commit 070ffc9f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

options.c: Show stat64 if enabled

parent c5044491
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -783,6 +783,10 @@ static void show_version(void)
		"debug "
#endif

#if _FILE_OFFSET_BITS == 64
		"stat64 "
#endif

#ifdef HAVE_LIBXINERAMA
		"xinerama "
#endif