Mercurial > emacs
changeset 7180:d155606a10fe
Don't look for -lresolv.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 28 Apr 1994 22:22:28 +0000 |
parents | cb958b7d5fe1 |
children | 459c47388834 |
files | configure1.in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Thu Apr 28 22:05:54 1994 +0000 +++ b/configure1.in Thu Apr 28 22:22:28 1994 +0000 @@ -1384,7 +1384,9 @@ 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")