From: Stefan Metzmacher Date: Fri, 20 Jan 2012 15:52:03 +0000 (+0100) Subject: s3:configure.in: fix the shell logic in krb5 checks X-Git-Tag: tevent-0.9.15~296 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=018af56bf2da2f8445bbef2c8be2a65475b528ea;p=thirdparty%2Fsamba.git s3:configure.in: fix the shell logic in krb5 checks metze --- diff --git a/source3/configure.in b/source3/configure.in index 3102ad0f410..a5b4487fa21 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4519,7 +4519,7 @@ if test x"$with_ads_support" != x"no"; then if test x"$ac_cv_func_ext_gss_get_name_attribute" != x"yes" ; then if test x"$ac_cv_func_ext_gsskrb5_extract_authz_data_from_sec_context" != x"yes" -o \ - if test x"$ac_cv_func_ext_gss_inquire_sec_context_by_oid" != x"yes" + x"$ac_cv_func_ext_gss_inquire_sec_context_by_oid" != x"yes" then AC_MSG_WARN(need either gss_get_name_attribute or gsskrb5_extract_authz_data_from_sec_context and gss_inquire_sec_context_by_oid in -lgssapi for PAC support) use_ads=no