aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 1f22ecbec..716418785 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
@@ -3659,7 +3659,7 @@ if test "x$enable_firetunnel" != "xno"; then :
3659 3659
3660fi 3660fi
3661 3661
3662HAVE_PRIVATEHOME="" 3662HAVE_PRIVATE_HOME=""
3663 3663
3664# Check whether --enable-private-home was given. 3664# Check whether --enable-private-home was given.
3665if test "${enable_private_home+set}" = set; then : 3665if test "${enable_private_home+set}" = set; then :
@@ -3846,7 +3846,7 @@ if test "x$enable_lts" = "xyes"; then :
3846 HAVE_USERTMPFS="" 3846 HAVE_USERTMPFS=""
3847 HAVE_MAN="-DHAVE_MAN" 3847 HAVE_MAN="-DHAVE_MAN"
3848 HAVE_FIRETUNNEL="" 3848 HAVE_FIRETUNNEL=""
3849 HAVE_PRIVATEHOME="" 3849 HAVE_PRIVATE_HOME=""
3850 HAVE_CHROOT="" 3850 HAVE_CHROOT=""
3851 HAVE_GLOBALCFG="" 3851 HAVE_GLOBALCFG=""
3852 HAVE_USERNS="" 3852 HAVE_USERNS=""