From abe50f280dccc8444e0209816365dfd853bf3c31 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 24 Feb 2016 09:03:11 -0500 Subject: ./configure --enable-network=restricted --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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"], [ HAVE_NETWORK="" AC_ARG_ENABLE([network], AS_HELP_STRING([--disable-network], [disable network])) +AC_ARG_ENABLE([network], + AS_HELP_STRING([--enable-network=restricted], [ restrict --net= to root only])) AS_IF([test "x$enable_network" != "xno"], [ HAVE_NETWORK="-DHAVE_NETWORK" AS_IF([test "x$enable_network" = "xrestricted"], [ -- cgit v1.2.3-54-g00ecf