]> git.pld-linux.org Git - packages/ffingerd.git/blame - ffingerd-gethostbyaddr_is_in_libc_aka_no_libnsl.patch
- dropped pre-cvs changelog
[packages/ffingerd.git] / ffingerd-gethostbyaddr_is_in_libc_aka_no_libnsl.patch
CommitLineData
08c1ca8a 1diff -Nru ffingerd-1.28/configure.in ffingerd-1.28.new/configure.in
2--- ffingerd-1.28/configure.in Thu Mar 16 10:56:23 2000
3+++ ffingerd-1.28.new/configure.in Tue Aug 22 12:29:53 2000
4@@ -13,7 +13,8 @@
5 AC_PROG_CC
6 AC_PROG_INSTALL
7 dnl Checks for libraries.
8-AC_CHECK_LIB(nsl,gethostbyaddr)
9+AC_CHECK_FUNC(gethostbyaddr, ,
10+ AC_CHECK_LIB(nsl, gethostbyaddr, LIBS="$LIBS -lnsl",) )
11 AC_CHECK_LIB(gen,syslog)
12 AC_CHECK_LIB(socket,socket)
13 dnl Checks for header files.
This page took 0.067825 seconds and 4 git commands to generate.