Blame SOURCES/sudo-1.7.2p1-envdebug.patch
|
|
0e1944 |
From 44a602b49365969e56c63c9f12eda197e951302f Mon Sep 17 00:00:00 2001
|
|
|
0e1944 |
From: Tomas Sykora <tosykora@redhat.com>
|
|
|
0e1944 |
Date: Fri, 19 Aug 2016 14:07:35 +0200
|
|
|
0e1944 |
Subject: [PATCH 02/10] Added "Enviroment debugging" message
|
|
|
0e1944 |
|
|
|
0e1944 |
rebased from:
|
|
|
0e1944 |
Patch2: sudo-1.7.2p1-envdebug.patch
|
|
|
0e1944 |
---
|
|
|
0e1944 |
configure.ac | 2 +-
|
|
|
0e1944 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
0e1944 |
|
|
|
0e1944 |
diff --git a/configure.ac b/configure.ac
|
|
|
0e1944 |
index 9feddfd..39a2d86 100644
|
|
|
0e1944 |
--- a/configure.ac
|
|
|
0e1944 |
+++ b/configure.ac
|
|
|
0e1944 |
@@ -1390,7 +1390,7 @@ AC_ARG_ENABLE(env_debug,
|
|
|
1b092f |
[AS_HELP_STRING([--enable-env-debug], [Whether to enable environment debugging.])],
|
|
|
1b092f |
[ case "$enableval" in
|
|
|
1b092f |
yes) AC_MSG_RESULT(yes)
|
|
|
1b092f |
- AC_DEFINE(ENV_DEBUG)
|
|
|
1b092f |
+ AC_DEFINE(ENV_DEBUG, [], [Environment debugging.])
|
|
|
1b092f |
;;
|
|
|
1b092f |
no) AC_MSG_RESULT(no)
|
|
|
1b092f |
;;
|
|
|
0e1944 |
--
|
|
|
0e1944 |
2.7.4
|
|
|
0e1944 |
|