From f95e2d179774739a885468144e68de047245ada5 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sat, 4 Jun 2022 01:28:26 -0600 Subject: * If kerberos is not fully installed remove it from the list of libraries. --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') 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 -- cgit v1.2.3-70-g09d2