diff options
| author | Magnus Hagander | 2007-07-14 11:13:28 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2007-07-14 11:13:28 +0000 |
| commit | 3787797f7278572d80a6572ec3754f0aff97ab56 (patch) | |
| tree | fedb81fc0c66c76aba24b102876dab6a76e0606b /configure | |
| parent | 2789b7278c11785750dd9d2837856510ffc67000 (diff) | |
Support for finding gssapi functions in the library "gss", as required
by Solaris 10 and possibly others.
Stefan Kaltenbrunner
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 7c2fe47ff3f..d5568fca3cb 100755 --- a/configure +++ b/configure @@ -6824,7 +6824,7 @@ fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$ac_cv_search_gss_init_sec_context" = no; then - for ac_lib in gssapi_krb5 'gssapi -lkrb5 -lcrypto'; do + for ac_lib in gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'; do LIBS="-l$ac_lib $ac_func_search_save_LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ |
