s3:configure.in: fix the shell logic in krb5 checks
authorStefan Metzmacher <metze@samba.org>
Fri, 20 Jan 2012 15:52:03 +0000 (16:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 20 Jan 2012 17:44:10 +0000 (18:44 +0100)
metze

source3/configure.in

index 3102ad0f41065691156d56152e4fa30bb26ac846..a5b4487fa2172fa30c2f56be7d682242767b5497 100644 (file)
@@ -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