summaryrefslogtreecommitdiff
blob: 917f864cf0655b3f3e6c6f9b3b3bdc221c3cea63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/configure.ac
+++ b/configure.ac
@@ -251,6 +251,11 @@
 AC_QOSIENT_MEMORY
 
 AC_QOSIENT_THREADS(V_THREADS)
+AC_ARG_WITH(wrappers,
+   [  --with-wrappers         build with libwrappers support],
+   with_wrappers="$withval",
+   with_wrappers="yes")
+if test "x$with_wrappers" != "xno"; then
 AC_QOSIENT_TCPWRAP(V_WRAPDEP, V_INCLS)
 if test ! -z "$V_WRAPDEP"; then
    if test -f "$V_WRAPDEP"; then
@@ -274,6 +279,7 @@
    AC_DEFINE([HAVE_TCP_WRAPPER], [], [Using Tcp wrappers])
    WRAPLIBS="$V_WRAPDEP"
 fi
+fi
 
 AC_QOSIENT_LIBPCAP(V_PCAPDEP, V_INCLS)
 if test ! -z "$V_PCAPDEP"; then