]> git.pld-linux.org Git - packages/GNUnet.git/blob - GNUnet-nolibs.patch
- updated gettext BR
[packages/GNUnet.git] / GNUnet-nolibs.patch
1 --- GNUnet-0.5.4a/configure.ac.orig     Fri Jun 27 02:56:47 2003
2 +++ GNUnet-0.5.4a/configure.ac  Mon Aug 11 12:38:38 2003
3 @@ -316,8 +316,8 @@
4  
5  # some other checks for standard libs
6  
7 -AC_CHECK_LIB(nsl, gethostbyname)
8 -AC_CHECK_LIB(socket, socket)
9 +AC_SEARCH_LIBS(gethostbyname, nsl)
10 +AC_SEARCH_LIBS(socket, socket)
11  AC_CHECK_LIB(m, log)
12  
13  # do gpg/libgcrypt/mpi checks only if we
This page took 0.050986 seconds and 3 git commands to generate.