]> granicus.if.org Git - psmisc/commitdiff
Correct defines for timeout in configure.ac
authorWerner Fink <werner@suse.de>
Mon, 12 Sep 2011 15:25:29 +0000 (17:25 +0200)
committerWerner Fink <werner@suse.de>
Mon, 12 Sep 2011 15:25:29 +0000 (17:25 +0200)
Signed-off-by: Werner Fink <werner@suse.de>
ChangeLog
configure.ac

index e5c36fe15d6fd905d77e5fc9a3bcd8a31c416da5..3419cbc15446fec156fb12717d382f108ee856d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ Changes in 22.15
        * Patch from Corrina Vinschen for compiling on cygwin
        * Remove doubled content in src/lists.h
        * Add another 2 for thread brackets in pstree.c
+       * Correct defines for timeout in configure.ac
 
 Changes in 22.14
 ================
index 61779751c8e67561907c855dbb17ab483bf95088..d54f0ad7b8ec729bf9f5fc12d39c852e62a02541 100644 (file)
@@ -26,12 +26,12 @@ AC_SUBST([SELINUX_LIB])
 
 dnl Call fork before all stat calls to stop hanging on NFS mounts
 AC_SUBST([WITH_TIMEOUT_STAT])
-AC_ARG_ENABLE([TIMEOUT_STAT],
+AC_ARG_ENABLE([timeout_stat],
   [AS_HELP_STRING([--enable-timeout-stat], [Use a timeout on stat calls])],
   [enable_timeout_stat=$enableval],
   [enable_timeout_stat="no"])
 if test "$enable_timeout_stat" = "yes"; then
-  AC_DEFINE([WITH_timeout_stat], [1], [Use timeout on stat calls])
+  AC_DEFINE([WITH_TIMEOUT_STAT], [1], [Use timeout on stat calls])
 fi
 
 dnl ipv4 only option