]> git.pld-linux.org Git - packages/htmldoc.git/blob - htmldoc-link.patch
- tabs in preamble
[packages/htmldoc.git] / htmldoc-link.patch
1 --- htmldoc-1.8.23/configure.in.orig    2002-07-29 18:48:20.000000000 +0200
2 +++ htmldoc-1.8.23/configure.in 2006-04-27 12:50:39.415832000 +0200
3 @@ -113,8 +113,8 @@
4  
5  AC_CHECK_LIB(m,pow)
6  if test "$uname" != "IRIX"; then
7 -    AC_CHECK_LIB(socket,socket)
8 -    AC_CHECK_LIB(nsl,gethostbyaddr)
9 +    AC_SEARCH_LIBS(socket,socket)
10 +    AC_SEARCH_LIBS(gethostbyaddr,nsl)
11  fi
12  
13  dnl Check for OpenSSL libraries...
This page took 0.032434 seconds and 3 git commands to generate.