]> git.pld-linux.org Git - packages/xinetd.git/blame - xinetd-no_libnsl.patch
rel 3
[packages/xinetd.git] / xinetd-no_libnsl.patch
CommitLineData
4582db64 1--- xinetd-2.3.7/configure.in~ Tue Aug 13 10:56:03 2002
2+++ xinetd-2.3.7/configure.in Tue Aug 13 10:56:03 2002
3@@ -270,8 +270,6 @@
4 AC_DEFINE(LIBWRAP)
5 WRAPLIBS="-lwrap"
6 AC_DEFINE(HAVE_LIBWRAP) ])
7- AC_CHECK_LIB(nsl, yp_get_default_domain, [
8- WRAPLIBS="$WRAPLIBS -lnsl" ])
9 LIBS="$WRAPLIBS $LIBS"
10 ;;
11 *)
12@@ -282,8 +280,6 @@
13 else
14 WRAPLIBS="$withval"
15 fi
16- AC_CHECK_LIB(nsl, yp_get_default_domain, [
17- WRAPLIBS="$WRAPLIBS -lnsl" ])
18 OLDLIBS="$LIBS"
19 LIBS="$WRAPLIBS $LIBS"
20 AC_TRY_LINK([ int allow_severity; int deny_severity; ],
This page took 0.118797 seconds and 4 git commands to generate.