aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1f22ecbec..1acf9b945 100755
--- a/configure
+++ b/configure
@@ -1380,7 +1380,7 @@ Optional Features:
1380 --disable-firetunnel disable firetunnel 1380 --disable-firetunnel disable firetunnel
1381 --disable-private-home disable private home feature 1381 --disable-private-home disable private home feature
1382 --disable-chroot disable chroot 1382 --disable-chroot disable chroot
1383 --disable-globalcfg if the global config file firejail.cfg is not 1383 --disable-globalcfg if the global config file firejail.config is not
1384 present, continue the program using defaults 1384 present, continue the program using defaults
1385 --disable-network disable network 1385 --disable-network disable network
1386 --disable-userns disable user namespace 1386 --disable-userns disable user namespace
diff --git a/configure.ac b/configure.ac
index 3fd300970..042741d2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,7 +150,7 @@ HAVE_GLOBALCFG=""
150AC_SUBST([HAVE_GLOBALCFG]) 150AC_SUBST([HAVE_GLOBALCFG])
151AC_ARG_ENABLE([globalcfg], 151AC_ARG_ENABLE([globalcfg],
152 [AS_HELP_STRING([--disable-globalcfg], 152 [AS_HELP_STRING([--disable-globalcfg],
153 [if the global config file firejail.cfg is not present, continue the program using defaults])]) 153 [if the global config file firejail.config is not present, continue the program using defaults])])
154AS_IF([test "x$enable_globalcfg" != "xno"], [ 154AS_IF([test "x$enable_globalcfg" != "xno"], [
155 HAVE_GLOBALCFG="-DHAVE_GLOBALCFG" 155 HAVE_GLOBALCFG="-DHAVE_GLOBALCFG"
156]) 156])