]> git.pld-linux.org Git - packages/cgicc.git/blame - cgicc-link.patch
- updated to 3.2.17
[packages/cgicc.git] / cgicc-link.patch
CommitLineData
6b30652b
JB
1--- cgicc-3.2.12/configure.ac.orig 2014-01-01 11:23:25.000000000 +0100
2+++ cgicc-3.2.12/configure.ac 2014-01-04 21:13:33.860863704 +0100
3@@ -27,7 +27,7 @@
4 dnl Checks for libraries.
5
6 dnl setup for networking functions
7-AC_CHECK_LIB(nsl, gethostbyaddr, LIB_NET="-lnsl")
8+AC_CHECK_FUNC([gethostbyaddr], , [AC_CHECK_LIB(nsl, gethostbyaddr, LIB_NET="-lnsl")])
9 AC_SUBST(LIB_NET)
10
11 dnl check whether to link against libstdc++
This page took 0.752724 seconds and 4 git commands to generate.