aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-28 22:22:28 +0000
committerRichard M. Stallman1994-04-28 22:22:28 +0000
commitedc866c3707090de32df096b8d91772feb42c5b3 (patch)
tree437b2566438a069958320adf8fe4f5bf6244cc36
parent54633da021c4935543e74301baf0d76508bd2326 (diff)
downloademacs-edc866c3707090de32df096b8d91772feb42c5b3.tar.gz
emacs-edc866c3707090de32df096b8d91772feb42c5b3.zip
Don't look for -lresolv.
-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"
1384dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks, 1384dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
1385dnl and also adds -ldnet to LIBS, which Autoconf uses for checks. 1385dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
1386AC_HAVE_LIBRARY(-ldnet) 1386AC_HAVE_LIBRARY(-ldnet)
1387AC_HAVE_LIBRARY(-lresolv) 1387### This causes -lresolv to get used in subsequent tests,
1388### which causes failures on some systems such as HPUX 9.
1389### AC_HAVE_LIBRARY(-lresolv)
1388 1390
1389AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd") 1391AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")
1390 1392