Commit 6550d4b3 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Substitute NET_LIBS, for SunOS platforms

Spotted by VTEST
parent 72e91d9e
......@@ -70,7 +70,8 @@ _VARNISH_CHECK_LIB(rt, clock_gettime)
_VARNISH_CHECK_LIB(dl, dlopen)
_VARNISH_CHECK_LIB(socket, socket)
_VARNISH_CHECK_LIB(nsl, getaddrinfo)
NET_LIBS="${SOCKET_LIBS} ${NSL_LIBS}"
AC_SUBST(NET_LIBS, "${SOCKET_LIBS} ${NSL_LIBS}")
AX_WITH_CURSES
if test "x$ax_cv_curses" != xyes; then
......
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