]> git.pld-linux.org Git - packages/dictd.git/blame - dictd-no_libnsl.patch
- update to 1.8.0
[packages/dictd.git] / dictd-no_libnsl.patch
CommitLineData
d3a60bd4 1--- dictd-1.8.0/configure.in~ Tue Sep 17 15:16:37 2002
2+++ dictd-1.8.0/configure.in Tue Sep 17 15:18:13 2002
3@@ -209,7 +209,9 @@
6aa492c7 4 fi
5
6 AC_CHECK_LIB(socket,main,REALLIBS="$REALLIBS -lsocket")
7-AC_CHECK_LIB(nsl,main,REALLIBS="$REALLIBS -lnsl")
8+AC_CHECK_FUNC(gethostbyname, [],
9+ AC_CHECK_LIB(nsl, gethostbyname, REALLIBS="$REALLIBS -lnsl")
10+)
d3a60bd4 11 AC_CHECK_LIB(ltdl,lt_dlopen,REALLIBS="$REALLIBS -lltdl")
6aa492c7 12
13 if test "$local_dmalloc" = 0 -a "$needs_dmalloc" = 1; then
This page took 0.251128 seconds and 4 git commands to generate.