diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-29 06:04:30 -0400 |
---|---|---|
committer | Sumit Bose <sbose@redhat.com> | 2012-10-30 09:45:19 +0100 |
commit | 6a34a21cb2f0447350b9b9f6e4ab010463f6be53 (patch) | |
tree | e1b7c1b964384e04178c898101610a811dcec15a /src/external | |
parent | 9e2c64c6d4f5560e27207193efea6536a566865e (diff) | |
download | sssd-subdomain-password-authentication.tar.gz sssd-subdomain-password-authentication.tar.xz sssd-subdomain-password-authentication.zip |
Only build extract_and_send_pac on platforms that support itsubdomain-password-authentication
Diffstat (limited to 'src/external')
-rw-r--r-- | src/external/pac_responder.m4 | 4 |
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 |