summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2022-06-04 01:28:26 -0600
committerEduardo Chappa <chappa@washington.edu>2022-06-04 01:28:26 -0600
commitf95e2d179774739a885468144e68de047245ada5 (patch)
tree99e044d3ee7c6c308f80ca8e887ebbbea1e1d471 /configure
parent9726c098a739edfdca6218bc5dee104c310957e9 (diff)
downloadalpine-f95e2d179774739a885468144e68de047245ada5.tar.xz
* If kerberos is not fully installed remove it from the list of libraries.
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