summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 2c417775..c4f3dd65 100755
--- a/configure
+++ b/configure
@@ -20266,6 +20266,7 @@ C_CLIENT_BUNDLED=$alpine_c_client_bundled
if test "x$alpine_GSSTYPE" != "xnone" ; then
+ OLDLIB="$LIBS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gss_init_sec_context" >&5
$as_echo_n "checking for library containing gss_init_sec_context... " >&6; }
if ${ac_cv_search_gss_init_sec_context+:} false; then :
@@ -20329,6 +20330,7 @@ else
if test ! -d /usr/kerberos/include ; then
alpine_GSSTYPE="none"
alpine_gss_none_reason="header files not found"
+ LIBS="$OLDLIBS"
fi
fi