diff options
author | Eduardo Chappa <chappa@washington.edu> | 2022-06-16 22:01:48 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2022-06-16 22:01:48 -0600 |
commit | ff19d5a36163e02aaafe5875ba12fa57e0e20a35 (patch) | |
tree | 0f3f262efcfd53560d56ca7fac0abe36b9012258 | |
parent | 7067668689e75c24830e75bb2972bafca6e253af (diff) | |
download | alpine-ff19d5a36163e02aaafe5875ba12fa57e0e20a35.tar.xz |
* Fix regression introduced by f95e2d179774739a885468144e68de047245ada5:
When testing for Kerberos support consistently use OLDLIBS as the
variable to temporarily save LIBS to, i.e., fix the mis-spelling of
that variable as OLDLIB which lead to the contents of LIB being wiped
out when Kerberos is not fully installed. Submitted by Gerald Pfeifer.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index de5ecb57..5a61bde2 100644 --- a/configure.ac +++ b/configure.ac @@ -1684,7 +1684,7 @@ AC_SUBST([C_CLIENT_BUNDLED], $alpine_c_client_bundled) dnl provide KRB5 support? if test "x$alpine_GSSTYPE" != "xnone" ; then - OLDLIB="$LIBS" + OLDLIBS="$LIBS" AC_SEARCH_LIBS(gss_init_sec_context,gss gssapi gssapi_krb5, [ dnl MIT-based? diff --git a/pith/pine.hlp b/pith/pine.hlp index 200ba6a8..dc3695ee 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -147,7 +147,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 653 2022-06-11 23:21:41 +Alpine Commit 654 2022-06-16 22:01:36 ============= h_news ================= <HTML> <HEAD> |