aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-29 09:58:22 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-29 09:58:22 +0000
commit649ecd7e8cf3875799d732f4d97829ee98c23d36 (patch)
treeb71c280ba7b5450c5dfca3ce3d60c294b1712f10 /acinclude.m4
parentadb216f19b62f7b9d41562ec176992d8244afd79 (diff)
When testing whether the Heimdal library has krb5_kt_resolve (and
whether it requires -lresolv), restore LIBS after we're done regardless of whether we found it or not - we use KRB5_LIBS in the Makefiles, rather than adding the Kerberos libraries to LIBS directly. svn path=/trunk/; revision=12134
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 5f392b42a4..ac5e75961c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1116,11 +1116,11 @@ AC_DEFUN([AC_ETHEREAL_KRB5_CHECK],
AC_MSG_RESULT(Usable Heimdal not found - disabling dissection for some kerberos data in packet decoding)
CFLAGS="$ethereal_save_CFLAGS"
CPPFLAGS="$ethereal_save_CPPFLAGS"
- LIBS="$ethereal_save_LIBS"
KRB5_LIBS=""
want_krb5=no
fi
fi
+ LIBS="$ethereal_save_LIBS"
else
#
# It's not Heimdal.