aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-26 20:30:44 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-26 20:30:44 +0000
commitf3381337cca1474c8a5c4e6888d25f64545e19bf (patch)
tree5755fe33cbf1254729c52a90d9f0b48f9a947158 /configure.in
parentaa580a0ccaf6598301aa8cabc98bd7bf282dbe73 (diff)
In the SNMP tests, we're using AC_TRY_LINK to avoid caching the results
of the test for sprint_realloc_objid() (so that a failure to find it when we're not linking with extra libraries doesn't cause us to assume we won't find it if we *do* link with extra libraries), so "ac_cv_lib_snmp_sprint_realloc_objid" doesn't get set - set our own variable for that. Use AC_TRY_LINK rather than AC_CHECK_LIB in the Kerberos tests when checking for krb_k5_resolve(), to avoid caching the results. Improve the messages printed in the Kerberos tests to give more detail. svn path=/trunk/; revision=12106
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 4e81ab841d..4b54bc56f3 100644
--- a/configure.in
+++ b/configure.in
@@ -922,9 +922,6 @@ if test "x$want_krb5" = "xno" ; then
else
AC_MSG_RESULT(yes)
AC_ETHEREAL_KRB5_CHECK
- if test "x$want_krb5" = "xno" ; then
- AC_MSG_RESULT(heimdal not found - disabling dissection for some kerberos data in packet decoding)
- fi
fi