diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-27 22:15:17 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-09-24 15:11:03 +0200 |
commit | b2f9e5b7d553172401a340eb4a9c3abda6b5db43 (patch) | |
tree | 5586176aa8dc67a53771f5ca4b3b8bb9794c3309 /src/external | |
parent | 326f4fc3125e155ee2d484fe921aafddd6b5a49d (diff) | |
download | sssd-b2f9e5b7d553172401a340eb4a9c3abda6b5db43.tar.gz sssd-b2f9e5b7d553172401a340eb4a9c3abda6b5db43.tar.xz sssd-b2f9e5b7d553172401a340eb4a9c3abda6b5db43.zip |
autofs, sudo, ssh and PAC are not experimental anymore
Diffstat (limited to 'src/external')
-rw-r--r-- | src/external/pac_responder.m4 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/external/pac_responder.m4 b/src/external/pac_responder.m4 index 8c960f713..91c8263ac 100644 --- a/src/external/pac_responder.m4 +++ b/src/external/pac_responder.m4 @@ -1,16 +1,11 @@ AC_SUBST(NDR_KRB5PAC_CFLAGS) AC_SUBST(NDR_KRB5PAC_LIBS) -AC_ARG_ENABLE([experimental-pac-responder], - [AS_HELP_STRING([--enable-experimental-pac-responder], - [build experimental pac responder])], +AC_ARG_ENABLE([pac-responder], + [AS_HELP_STRING([--enable-pac-responder], + [build pac responder])], [build_pac_responder=$enableval], - [build_pac_responder=no]) - -if test x$build_all_experimental_features != xno -then - build_pac_responder=yes -fi + [build_pac_responder=yes]) ndr_krb5pac_ok=no krb5_version_ok=no |