summaryrefslogtreecommitdiffstats
path: root/src/external/pac_responder.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/pac_responder.m4')
-rw-r--r--src/external/pac_responder.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/src/external/pac_responder.m4 b/src/external/pac_responder.m4
index 91c8263ac..859e1be41 100644
--- a/src/external/pac_responder.m4
+++ b/src/external/pac_responder.m4
@@ -30,3 +30,7 @@ then
fi
AM_CONDITIONAL([BUILD_PAC_RESPONDER], [test x$build_pac_responder = xyes -a x$ndr_krb5pac_ok = xyes -a x$krb5_version_ok = xyes ])
+if test x$build_pac_responder = xyes -a x$ndr_krb5pac_ok = xyes -a x$krb5_version_ok = xyes
+then
+ AC_DEFINE_UNQUOTED(HAVE_PAC_RESPONDER, 1, [Build with the PAC responder])
+fi