]> git.pld-linux.org Git - packages/libspf2.git/blame_incremental - libspf2-link.patch
- outdated
[packages/libspf2.git] / libspf2-link.patch
... / ...
CommitLineData
1diff -urN libspf2-1.2.5.org/configure.ac libspf2-1.2.5/configure.ac
2--- libspf2-1.2.5.org/configure.ac 2005-02-24 03:09:34.000000000 +0100
3+++ libspf2-1.2.5/configure.ac 2005-07-01 20:22:58.647887912 +0200
4@@ -126,9 +126,9 @@
5 dnl [AC_CHECK_LIB(resolv, res_query)])
6
7 # Checks for libraries.
8-AC_CHECK_LIB(nsl, inet_pton)
9-AC_CHECK_LIB(socket, socket)
10-AC_CHECK_LIB(intl, gettext)
11+AC_SEARCH_LIBS(nsl, inet_pton)
12+AC_SEARCH_LIBS(socket, socket)
13+AC_SEARCH_LIBS(intl, gettext)
14 AC_CHECK_LIB(pthread, pthread_create)
15
16
This page took 0.066611 seconds and 4 git commands to generate.