Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 503ea2da195f2c9507d8d2ba5661e11a > files > 7

sudo-1.7.2p1-6.el5_5.src.rpm

diff -up sudo-1.7.2p1/configure.in.envdebug sudo-1.7.2p1/configure.in
--- sudo-1.7.2p1/configure.in.envdebug	2009-10-30 12:18:09.000000000 +0100
+++ sudo-1.7.2p1/configure.in	2009-10-30 12:19:01.000000000 +0100
@@ -1214,7 +1214,7 @@ AC_ARG_ENABLE(env_debug,
 [AS_HELP_STRING([--enable-env-debug], [Whether to enable environment debugging.])],
 [ case "$enableval" in
     yes)	AC_MSG_RESULT(yes)
-		AC_DEFINE(ENV_DEBUG)
+		AC_DEFINE(ENV_DEBUG, [], [Environment debugging.])
 		;;
     no)		AC_MSG_RESULT(no)
 		;;