comparison configure1.in @ 7180:d155606a10fe

Don't look for -lresolv.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Apr 1994 22:22:28 +0000
parents ff15f545744a
children 459c47388834
comparison
equal deleted inserted replaced
7179:cb958b7d5fe1 7180:d155606a10fe
1382 LIBS="$libsrc_libs" 1382 LIBS="$libsrc_libs"
1383 1383
1384 dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks, 1384 dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
1385 dnl and also adds -ldnet to LIBS, which Autoconf uses for checks. 1385 dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
1386 AC_HAVE_LIBRARY(-ldnet) 1386 AC_HAVE_LIBRARY(-ldnet)
1387 AC_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
1389 AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd") 1391 AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd")
1390 1392
1391 echo checking for XFree86 1393 echo checking for XFree86
1392 if test -d /usr/X386/include; then 1394 if test -d /usr/X386/include; then