aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-20 18:42:28 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-20 18:42:28 +0000
commit5dca1e794cac23a98bd110ecab9b32372aa43b3b (patch)
treeab9bcf044aba5e8753fa1ef69c0989303cba174e
parenteebd26f377a56b8d8d4f1131a8435ae73100d999 (diff)
As Joerg Mayer noted, the value of LIBS should be saved outside the
loop. svn path=/trunk/; revision=11444
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 632319016f..00df85a745 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -731,9 +731,9 @@ AC_DEFUN([AC_ETHEREAL_UCDSNMP_CHECK],
# needed after the library *and* to cache all that
# information.
#
+ ac_save_LIBS="$LIBS"
for extras in "" "-L/usr/kerberos/lib -ldes425" "-lkstat"
do
- ac_save_LIBS="$LIBS"
LIBS="-lsnmp $extras $SOCKET_LIBS $NSL_LIBS $SSL_LIBS"
AC_TRY_LINK(
[