r2097 - trunk/varnish-cache
des at projects.linpro.no
des at projects.linpro.no
Wed Oct 10 15:23:15 CEST 2007
Author: des
Date: 2007-10-10 15:23:15 +0200 (Wed, 10 Oct 2007)
New Revision: 2097
Modified:
trunk/varnish-cache/configure.ac
Log:
Fix braino in Solaris compat bit.
Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac 2007-10-09 07:22:46 UTC (rev 2096)
+++ trunk/varnish-cache/configure.ac 2007-10-10 13:23:15 UTC (rev 2097)
@@ -53,7 +53,7 @@
save_LIBS="${LIBS}"
LIBS=""
AC_CHECK_LIB(socket, socket)
-AC_CHECK_LIB(getaddrinfo, ns)
+AC_CHECK_LIB(nsl, getaddrinfo)
NET_LIBS="${LIBS}"
LIBS="${save_LIBS}"
AC_SUBST(NET_LIBS)
More information about the varnish-commit
mailing list