diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-29 06:04:30 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-11-12 20:37:16 +0100 |
commit | 0f76569b4cecc048974e837c92d4ca806ca3bbac (patch) | |
tree | 94c3b5f31511159b4cb36620547e2ad8aafa3c9b /src/external | |
parent | 53875df9ad6f0508ec6693cb14f24af3aeeb2eea (diff) | |
download | sssd-0f76569b4cecc048974e837c92d4ca806ca3bbac.tar.gz sssd-0f76569b4cecc048974e837c92d4ca806ca3bbac.tar.bz2 sssd-0f76569b4cecc048974e837c92d4ca806ca3bbac.zip |
Only build extract_and_send_pac on platforms that support it
Diffstat (limited to 'src/external')
-rw-r--r-- | src/external/pac_responder.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/external/pac_responder.m4 b/src/external/pac_responder.m4 index 91c8263a..0aadd40b 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])]) |