diff options
author | Eduardo Chappa <chappa@washington.edu> | 2022-06-04 01:28:26 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2022-06-04 01:28:26 -0600 |
commit | f95e2d179774739a885468144e68de047245ada5 (patch) | |
tree | 99e044d3ee7c6c308f80ca8e887ebbbea1e1d471 /configure | |
parent | 9726c098a739edfdca6218bc5dee104c310957e9 (diff) | |
download | alpine-f95e2d179774739a885468144e68de047245ada5.tar.xz |
* If kerberos is not fully installed remove it from the list of libraries.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |