summaryrefslogtreecommitdiffstats
path: root/src/external
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-10-29 06:04:30 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-11-12 20:40:19 +0100
commit98124bfd8c6b9a2616ea576b59ef0cd63a62190e (patch)
treeadb2988d906c6ada62e5860f0e61054675af9059 /src/external
parent0451273a7da9dfd67379cd6d52e1bcd9041118ec (diff)
downloadsssd-98124bfd8c6b9a2616ea576b59ef0cd63a62190e.tar.gz
sssd-98124bfd8c6b9a2616ea576b59ef0cd63a62190e.tar.xz
sssd-98124bfd8c6b9a2616ea576b59ef0cd63a62190e.zip
Only build extract_and_send_pac on platforms that support it
Diffstat (limited to 'src/external')
-rw-r--r--src/external/pac_responder.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/src/external/pac_responder.m4 b/src/external/pac_responder.m4
index 91c8263ac..0aadd40b2 100644
--- a/src/external/pac_responder.m4
+++ b/src/external/pac_responder.m4
@@ -30,3 +30,5 @@ 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 ])
+AM_COND_IF([BUILD_PAC_RESPONDER],
+ [AC_DEFINE_UNQUOTED(HAVE_PAC_RESPONDER, 1, [Build with the PAC responder])])