diff options
author | Eduardo Chappa <chappa@washington.edu> | 2022-06-16 22:24:22 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2022-06-16 22:24:22 -0600 |
commit | d1fb2638c6d5ee6c2aa0a1dfbb1535eb3d3b0289 (patch) | |
tree | 705e5c9378f1d88162d68706c95c4ec87c676cc8 | |
parent | ff19d5a36163e02aaafe5875ba12fa57e0e20a35 (diff) | |
download | alpine-d1fb2638c6d5ee6c2aa0a1dfbb1535eb3d3b0289.tar.xz |
* Update configure script according to previous change to configure.ac
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20266,7 +20266,7 @@ C_CLIENT_BUNDLED=$alpine_c_client_bundled if test "x$alpine_GSSTYPE" != "xnone" ; then - OLDLIB="$LIBS" + OLDLIBS="$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 : |