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.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/pac_responder.m4 b/src/external/pac_responder.m4
index b57305c1d..2941d63ab 100644
--- a/src/external/pac_responder.m4
+++ b/src/external/pac_responder.m4
@@ -9,7 +9,7 @@ AC_ARG_ENABLE([pac-responder],
ndr_krb5pac_ok=no
krb5_version_ok=no
-if test x$build_pac_responder == xyes
+if test x$build_pac_responder = xyes
then
PKG_CHECK_MODULES(NDR_KRB5PAC, ndr_krb5pac, ndr_krb5pac_ok=yes,
AC_MSG_WARN([Cannot build pac responder without libndr_krb5pac]))