From 6ae883ab84021b23ff046a66304538a15f3188dc Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 11 Jun 2015 12:35:46 +0000 Subject: [PATCH] - configure.ac: make use of AX_ARG_ENABLE_ASSERT and AX_LIBRARY_NET git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6101 82007160-df01-0410-b94d-b575c5fd34c7 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index a5e40b2..ab6ce79 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,9 @@ AC_PROG_YACC dnl check for lexx AM_PROG_LEX +AX_LIBRARY_NET +AX_ARG_ENABLE_ASSERT + dnl check if we need -lsocket or -lnsl AC_SEARCH_LIBS([socket],[socket],,[AC_MSG_ERROR([socket library not found])]) AC_CHECK_FUNC(getaddrinfo, [], AC_SEARCH_LIBS(getaddrinfo, nsl)) -- 2.30.2