aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-02-08 17:50:46 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2022-02-08 17:50:46 -0500
commitd18aec71012de00b06c822e99dd7fb3248f4ba1b (patch)
treedc83f6282bab60380354a6d2b790fbb98fc268a2 /configure
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-d18aec71012de00b06c822e99dd7fb3248f4ba1b.tar.gz
firejail-d18aec71012de00b06c822e99dd7fb3248f4ba1b.tar.zst
firejail-d18aec71012de00b06c822e99dd7fb3248f4ba1b.zip
fix --disable-private-home compile option
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1acf9b945..716418785 100755
--- a/configure
+++ b/configure
@@ -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=""