aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure27
1 files changed, 4 insertions, 23 deletions
diff --git a/configure b/configure
index 12881fcaf..5a80402b1 100755
--- a/configure
+++ b/configure
@@ -624,7 +624,6 @@ ac_includes_default="\
624 624
625ac_subst_vars='LTLIBOBJS 625ac_subst_vars='LTLIBOBJS
626LIBOBJS 626LIBOBJS
627HAVE_SECCOMP_H
628EGREP 627EGREP
629GREP 628GREP
630CPP 629CPP
@@ -641,7 +640,6 @@ HAVE_USERNS
641HAVE_NETWORK 640HAVE_NETWORK
642HAVE_GLOBALCFG 641HAVE_GLOBALCFG
643HAVE_CHROOT 642HAVE_CHROOT
644HAVE_SECCOMP
645HAVE_PRIVATE_HOME 643HAVE_PRIVATE_HOME
646HAVE_FIRETUNNEL 644HAVE_FIRETUNNEL
647HAVE_OVERLAYFS 645HAVE_OVERLAYFS
@@ -710,7 +708,6 @@ enable_apparmor
710enable_overlayfs 708enable_overlayfs
711enable_firetunnel 709enable_firetunnel
712enable_private_home 710enable_private_home
713enable_seccomp
714enable_chroot 711enable_chroot
715enable_globalcfg 712enable_globalcfg
716enable_network 713enable_network
@@ -1363,7 +1360,6 @@ Optional Features:
1363 --disable-overlayfs disable overlayfs 1360 --disable-overlayfs disable overlayfs
1364 --disable-firetunnel disable firetunnel 1361 --disable-firetunnel disable firetunnel
1365 --disable-private-home disable private home feature 1362 --disable-private-home disable private home feature
1366 --disable-seccomp disable seccomp
1367 --disable-chroot disable chroot 1363 --disable-chroot disable chroot
1368 --disable-globalcfg if the global config file firejail.cfg is not 1364 --disable-globalcfg if the global config file firejail.cfg is not
1369 present, continue the program using defaults 1365 present, continue the program using defaults
@@ -3537,19 +3533,6 @@ if test "x$enable_private_home" != "xno"; then :
3537 3533
3538fi 3534fi
3539 3535
3540HAVE_SECCOMP=""
3541# Check whether --enable-seccomp was given.
3542if test "${enable_seccomp+set}" = set; then :
3543 enableval=$enable_seccomp;
3544fi
3545
3546if test "x$enable_seccomp" != "xno"; then :
3547
3548 HAVE_SECCOMP="-DHAVE_SECCOMP"
3549
3550
3551fi
3552
3553HAVE_CHROOT="" 3536HAVE_CHROOT=""
3554# Check whether --enable-chroot was given. 3537# Check whether --enable-chroot was given.
3555if test "${enable_chroot+set}" = set; then : 3538if test "${enable_chroot+set}" = set; then :
@@ -4173,14 +4156,13 @@ fi
4173 4156
4174ac_fn_c_check_header_mongrel "$LINENO" "linux/seccomp.h" "ac_cv_header_linux_seccomp_h" "$ac_includes_default" 4157ac_fn_c_check_header_mongrel "$LINENO" "linux/seccomp.h" "ac_cv_header_linux_seccomp_h" "$ac_includes_default"
4175if test "x$ac_cv_header_linux_seccomp_h" = xyes; then : 4158if test "x$ac_cv_header_linux_seccomp_h" = xyes; then :
4176 HAVE_SECCOMP_H="-DHAVE_SECCOMP_H" 4159
4177else 4160else
4178 HAVE_SECCOMP_H="" 4161 as_fn_error $? "*** SECCOMP support is not installed (/usr/include/linux/seccomp.h missing) ***" "$LINENO" 5
4179fi 4162fi
4180 4163
4181 4164
4182 4165
4183
4184# set sysconfdir 4166# set sysconfdir
4185if test "$prefix" = /usr; then 4167if test "$prefix" = /usr; then
4186 test "$sysconfdir" = '${prefix}/etc' && sysconfdir="/etc" 4168 test "$sysconfdir" = '${prefix}/etc' && sysconfdir="/etc"
@@ -4188,7 +4170,7 @@ fi
4188 4170
4189ac_config_files="$ac_config_files mkdeb.sh" 4171ac_config_files="$ac_config_files mkdeb.sh"
4190 4172
4191ac_config_files="$ac_config_files Makefile src/common.mk src/lib/Makefile src/fcopy/Makefile src/fnet/Makefile src/firejail/Makefile src/fnetfilter/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/fbuilder/Makefile src/fsec-print/Makefile src/ftee/Makefile src/faudit/Makefile src/fseccomp/Makefile src/fldd/Makefile src/libpostexecseccomp/Makefile src/fsec-optimize/Makefile src/profstats/Makefile" 4173ac_config_files="$ac_config_files Makefile src/common.mk src/lib/Makefile src/fcopy/Makefile src/fnet/Makefile src/firejail/Makefile src/fnetfilter/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/fbuilder/Makefile src/fsec-print/Makefile src/ftee/Makefile src/faudit/Makefile src/fseccomp/Makefile src/fldd/Makefile src/libpostexecseccomp/Makefile src/fsec-optimize/Makefile src/profstats/Makefile src/man/Makefile"
4192 4174
4193cat >confcache <<\_ACEOF 4175cat >confcache <<\_ACEOF
4194# This file is a shell script that caches the results of configure 4176# This file is a shell script that caches the results of configure
@@ -4918,6 +4900,7 @@ do
4918 "src/libpostexecseccomp/Makefile") CONFIG_FILES="$CONFIG_FILES src/libpostexecseccomp/Makefile" ;; 4900 "src/libpostexecseccomp/Makefile") CONFIG_FILES="$CONFIG_FILES src/libpostexecseccomp/Makefile" ;;
4919 "src/fsec-optimize/Makefile") CONFIG_FILES="$CONFIG_FILES src/fsec-optimize/Makefile" ;; 4901 "src/fsec-optimize/Makefile") CONFIG_FILES="$CONFIG_FILES src/fsec-optimize/Makefile" ;;
4920 "src/profstats/Makefile") CONFIG_FILES="$CONFIG_FILES src/profstats/Makefile" ;; 4902 "src/profstats/Makefile") CONFIG_FILES="$CONFIG_FILES src/profstats/Makefile" ;;
4903 "src/man/Makefile") CONFIG_FILES="$CONFIG_FILES src/man/Makefile" ;;
4921 4904
4922 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 4905 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4923 esac 4906 esac
@@ -5382,8 +5365,6 @@ echo
5382echo "Configuration options:" 5365echo "Configuration options:"
5383echo " prefix: $prefix" 5366echo " prefix: $prefix"
5384echo " sysconfdir: $sysconfdir" 5367echo " sysconfdir: $sysconfdir"
5385echo " seccomp: $HAVE_SECCOMP"
5386echo " <linux/seccomp.h>: $HAVE_SECCOMP_H"
5387echo " apparmor: $HAVE_APPARMOR" 5368echo " apparmor: $HAVE_APPARMOR"
5388echo " global config: $HAVE_GLOBALCFG" 5369echo " global config: $HAVE_GLOBALCFG"
5389echo " chroot: $HAVE_CHROOT" 5370echo " chroot: $HAVE_CHROOT"