aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9b717d333..512159568 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,8 @@ AS_IF([test "x$enable_bind" != "xno"], [
36HAVE_NETWORK="" 36HAVE_NETWORK=""
37AC_ARG_ENABLE([network], 37AC_ARG_ENABLE([network],
38 AS_HELP_STRING([--disable-network], [disable network])) 38 AS_HELP_STRING([--disable-network], [disable network]))
39AC_ARG_ENABLE([network],
40 AS_HELP_STRING([--enable-network=restricted], [ restrict --net= to root only]))
39AS_IF([test "x$enable_network" != "xno"], [ 41AS_IF([test "x$enable_network" != "xno"], [
40 HAVE_NETWORK="-DHAVE_NETWORK" 42 HAVE_NETWORK="-DHAVE_NETWORK"
41 AS_IF([test "x$enable_network" = "xrestricted"], [ 43 AS_IF([test "x$enable_network" = "xrestricted"], [