Commit 66b85780 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Fix braino in Solaris compat bit.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2097 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0836714d
......@@ -53,7 +53,7 @@ AC_SUBST(PTHREAD_LIBS)
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment