summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-28 22:22:28 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-28 22:22:28 +0000
commit0a8be1b3809c1252724135efb59f9aca6e0d9074 (patch)
tree8de4c280bc612eee8c808b441fd92325c3a9c890 /configure1.in
parent229b8773f755e2e9cd12f419e86dc0e5f008242c (diff)
downloademacs-0a8be1b3809c1252724135efb59f9aca6e0d9074.tar.gz
Don't look for -lresolv.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index 40046c2e08d..07428a892c1 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1384,7 +1384,9 @@ LIBS="$libsrc_libs"
dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
AC_HAVE_LIBRARY(-ldnet)
-AC_HAVE_LIBRARY(-lresolv)
+### This causes -lresolv to get used in subsequent tests,
+### which causes failures on some systems such as HPUX 9.
+### AC_HAVE_LIBRARY(-lresolv)
AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")