OCaml 4.13.1 rebuild, fixes FS#72998
[arch-packages.git] / libsasl / trunk / 0020-Restore-LIBS-after-checking-gss_inquire_sec_context_.patch
blobfd82dd70efe4780a1a0697e3b5a62e60adcbcdb5
1 From 31b68a9438c24fc9e3e52f626462bf514de31757 Mon Sep 17 00:00:00 2001
2 From: Ryan Tandy <ryan@nardis.ca>
3 Date: Mon, 24 Dec 2018 15:07:02 -0800
4 Subject: [PATCH] Restore LIBS after checking gss_inquire_sec_context_by_oid
6 Fixes: 4b0306dcd76031460246b2dabcb7db766d6b04d8
7 ---
8 m4/sasl2.m4 | 3 ++-
9 1 file changed, 2 insertions(+), 1 deletion(-)
11 diff --git a/m4/sasl2.m4 b/m4/sasl2.m4
12 index 56e0504a..17f5d081 100644
13 --- a/m4/sasl2.m4
14 +++ b/m4/sasl2.m4
15 @@ -311,9 +311,10 @@ if test "$gssapi" != no; then
16 [AC_DEFINE(HAVE_GSS_C_SEC_CONTEXT_SASL_SSF,,
17 [Define if your GSSAPI implementation defines GSS_C_SEC_CONTEXT_SASL_SSF])])
19 + LIBS="$cmu_save_LIBS"
21 cmu_save_LIBS="$LIBS"
22 LIBS="$LIBS $GSSAPIBASE_LIBS"
24 AC_MSG_CHECKING([for SPNEGO support in GSSAPI libraries])
25 AC_TRY_RUN([
26 #ifdef HAVE_GSSAPI_H