summaryrefslogtreecommitdiffstats
path: root/proxy/conf_macros.m4
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-05-30 15:54:33 +0200
committerGünther Deschner <gdeschner@redhat.com>2014-01-14 14:31:56 +0100
commit0e7a983ae04658f818bcc0332db3f30a58b01aba (patch)
tree22e10c9e514227e94aefa76aec147505a02c2e7d /proxy/conf_macros.m4
parent8b147c9196d9068d0fc5e5a8919b84e8cbb97ef4 (diff)
downloadgss-proxy-0e7a983ae04658f818bcc0332db3f30a58b01aba.tar.gz
gss-proxy-0e7a983ae04658f818bcc0332db3f30a58b01aba.tar.xz
gss-proxy-0e7a983ae04658f818bcc0332db3f30a58b01aba.zip
Make it easier to enable mechglue plugin debugging.
Instead of recompiling, one can set the "GSSI_DEBUG" environment variable at runtime. Signed-off-by: Günther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'proxy/conf_macros.m4')
-rw-r--r--proxy/conf_macros.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/proxy/conf_macros.m4 b/proxy/conf_macros.m4
index a0ecb13..aa443b3 100644
--- a/proxy/conf_macros.m4
+++ b/proxy/conf_macros.m4
@@ -236,20 +236,6 @@ AC_DEFUN([WITH_GPSTATE_PATH],
AC_DEFINE_UNQUOTED(GPSTATE_PATH, "$config_gpstatepath", [Where to store ccache files for gssproxy])
])
-AC_DEFUN([WITH_GSSIDEBUG],
- [ AC_ARG_WITH([gssidebug],
- [AC_HELP_STRING([--with-gssidebug],
- [Whether to build with interposer debugging support [no]]
- )
- ],
- [],
- with_gssidebug=no
- )
- if test x"$with_gssidebug" = xyes; then
- AC_DEFINE_UNQUOTED(GSSI_DEBUGGING, 1, [Build with interposer debugging support])
- fi
- ])
-
AC_DEFUN([WITH_GPP_DEFAULT_BEHAVIOR],
[ AC_ARG_WITH([gpp_default_behavior],
[AC_HELP_STRING([--with-gpp-default-behavior=LOCAL_FIRST|LOCAL_ONLY|REMOTE_FIRST|REMOTE_ONLY],