summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 17 insertions, 0 deletions
diff --git a/configure b/configure
index 6102a470e..60ec90adf 100755
--- a/configure
+++ b/configure
@@ -642,6 +642,7 @@ HAVE_GLOBALCFG
642HAVE_CHROOT 642HAVE_CHROOT
643HAVE_SECCOMP 643HAVE_SECCOMP
644HAVE_PRIVATE_HOME 644HAVE_PRIVATE_HOME
645HAVE_FIRETUNNEL
645HAVE_OVERLAYFS 646HAVE_OVERLAYFS
646EXTRA_LDFLAGS 647EXTRA_LDFLAGS
647EXTRA_CFLAGS 648EXTRA_CFLAGS
@@ -706,6 +707,7 @@ ac_user_opts='
706enable_option_checking 707enable_option_checking
707enable_apparmor 708enable_apparmor
708enable_overlayfs 709enable_overlayfs
710enable_firetunnel
709enable_private_home 711enable_private_home
710enable_seccomp 712enable_seccomp
711enable_chroot 713enable_chroot
@@ -1357,6 +1359,7 @@ Optional Features:
1357 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1359 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1358 --enable-apparmor enable apparmor 1360 --enable-apparmor enable apparmor
1359 --disable-overlayfs disable overlayfs 1361 --disable-overlayfs disable overlayfs
1362 --disable-firetunnel disable firetunnel
1360 --disable-private-home disable private home feature 1363 --disable-private-home disable private home feature
1361 --disable-seccomp disable seccomp 1364 --disable-seccomp disable seccomp
1362 --disable-chroot disable chroot 1365 --disable-chroot disable chroot
@@ -3433,6 +3436,19 @@ if test "x$enable_overlayfs" != "xno"; then :
3433 3436
3434fi 3437fi
3435 3438
3439HAVE_FIRETUNNEL=""
3440# Check whether --enable-firetunnel was given.
3441if test "${enable_firetunnel+set}" = set; then :
3442 enableval=$enable_firetunnel;
3443fi
3444
3445if test "x$enable_firetunnel" != "xno"; then :
3446
3447 HAVE_FIRETUNNEL="-DHAVE_FIRETUNNEL"
3448
3449
3450fi
3451
3436HAVE_PRIVATEHOME="" 3452HAVE_PRIVATEHOME=""
3437# Check whether --enable-private-home was given. 3453# Check whether --enable-private-home was given.
3438if test "${enable_private_home+set}" = set; then : 3454if test "${enable_private_home+set}" = set; then :
@@ -5280,6 +5296,7 @@ echo " whitelisting: $HAVE_WHITELIST"
5280echo " private home support: $HAVE_PRIVATE_HOME" 5296echo " private home support: $HAVE_PRIVATE_HOME"
5281echo " file transfer support: $HAVE_FILE_TRANSFER" 5297echo " file transfer support: $HAVE_FILE_TRANSFER"
5282echo " overlayfs support: $HAVE_OVERLAYFS" 5298echo " overlayfs support: $HAVE_OVERLAYFS"
5299echo " firetunnel support: $HAVE_FIRETUNNEL"
5283echo " busybox workaround: $BUSYBOX_WORKAROUND" 5300echo " busybox workaround: $BUSYBOX_WORKAROUND"
5284echo " Spectre compiler patch: $HAVE_SPECTRE" 5301echo " Spectre compiler patch: $HAVE_SPECTRE"
5285echo " EXTRA_LDFLAGS: $EXTRA_LDFLAGS" 5302echo " EXTRA_LDFLAGS: $EXTRA_LDFLAGS"