@@ -12635,9 +12635,9 @@ fi
1263512635
1263612636if test "$with_gssapi" = yes ; then
1263712637 if test "$PORTNAME" != "win32"; then
12638- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gss_init_sec_context " >&5
12639- $as_echo_n "checking for library containing gss_init_sec_context ... " >&6; }
12640- if ${ac_cv_search_gss_init_sec_context +:} false; then :
12638+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gss_store_cred_into " >&5
12639+ $as_echo_n "checking for library containing gss_store_cred_into ... " >&6; }
12640+ if ${ac_cv_search_gss_store_cred_into +:} false; then :
1264112641 $as_echo_n "(cached) " >&6
1264212642else
1264312643 ac_func_search_save_LIBS=$LIBS
@@ -12650,11 +12650,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1265012650#ifdef __cplusplus
1265112651extern "C"
1265212652#endif
12653- char gss_init_sec_context ();
12653+ char gss_store_cred_into ();
1265412654int
1265512655main ()
1265612656{
12657- return gss_init_sec_context ();
12657+ return gss_store_cred_into ();
1265812658 ;
1265912659 return 0;
1266012660}
@@ -12667,30 +12667,30 @@ for ac_lib in '' gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'; do
1266712667 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
1266812668 fi
1266912669 if ac_fn_c_try_link "$LINENO"; then :
12670- ac_cv_search_gss_init_sec_context =$ac_res
12670+ ac_cv_search_gss_store_cred_into =$ac_res
1267112671fi
1267212672rm -f core conftest.err conftest.$ac_objext \
1267312673 conftest$ac_exeext
12674- if ${ac_cv_search_gss_init_sec_context +:} false; then :
12674+ if ${ac_cv_search_gss_store_cred_into +:} false; then :
1267512675 break
1267612676fi
1267712677done
12678- if ${ac_cv_search_gss_init_sec_context +:} false; then :
12678+ if ${ac_cv_search_gss_store_cred_into +:} false; then :
1267912679
1268012680else
12681- ac_cv_search_gss_init_sec_context =no
12681+ ac_cv_search_gss_store_cred_into =no
1268212682fi
1268312683rm conftest.$ac_ext
1268412684LIBS=$ac_func_search_save_LIBS
1268512685fi
12686- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gss_init_sec_context " >&5
12687- $as_echo "$ac_cv_search_gss_init_sec_context " >&6; }
12688- ac_res=$ac_cv_search_gss_init_sec_context
12686+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gss_store_cred_into " >&5
12687+ $as_echo "$ac_cv_search_gss_store_cred_into " >&6; }
12688+ ac_res=$ac_cv_search_gss_store_cred_into
1268912689if test "$ac_res" != no; then :
1269012690 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
1269112691
1269212692else
12693- as_fn_error $? "could not find function 'gss_init_sec_context ' required for GSSAPI" "$LINENO" 5
12693+ as_fn_error $? "could not find function 'gss_store_cred_into ' required for GSSAPI" "$LINENO" 5
1269412694fi
1269512695
1269612696 else
0 commit comments