]> git.pld-linux.org Git - packages/chasen.git/blob - chasen-nolibs.patch
- we don't need -lnsl
[packages/chasen.git] / chasen-nolibs.patch
1 --- chasen-2.2.8/configure.in.orig      Mon Jul 23 13:09:45 2001
2 +++ chasen-2.2.8/configure.in   Mon Sep  1 13:51:09 2003
3 @@ -39,8 +39,8 @@
4  AC_FUNC_MMAP
5  AC_TYPE_SIGNAL
6  AC_CHECK_FUNCS(htonl)
7 -AC_CHECK_LIB(nsl, gethostname)
8 -AC_CHECK_LIB(socket, socket)
9 +AC_SEARCH_LIBS(gethostname, nsl)
10 +AC_SEARCH_LIBS(socket, socket)
11  
12  case "$host_os" in
13      mingw* | os2*)
This page took 0.048081 seconds and 3 git commands to generate.