aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2018-09-06 08:56:58 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2018-09-06 08:56:58 -0400
commit0adf8f882ccd6f306f9d76ae2b599ab41bee6471 (patch)
tree608321b0cb8f7eaee5d03b968f8b8a3f4ae89099 /configure
parentfinal cleanup (diff)
downloadfirejail-0adf8f882ccd6f306f9d76ae2b599ab41bee6471.tar.gz
firejail-0adf8f882ccd6f306f9d76ae2b599ab41bee6471.tar.zst
firejail-0adf8f882ccd6f306f9d76ae2b599ab41bee6471.zip
final cleanup
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure b/configure
index 089615384..ac7d64058 100755
--- a/configure
+++ b/configure
@@ -633,7 +633,6 @@ HAVE_WHITELIST
633HAVE_USERNS 633HAVE_USERNS
634HAVE_NETWORK 634HAVE_NETWORK
635HAVE_GLOBALCFG 635HAVE_GLOBALCFG
636HAVE_BIND
637HAVE_SECCOMP 636HAVE_SECCOMP
638EXTRA_LDFLAGS 637EXTRA_LDFLAGS
639EGREP 638EGREP
@@ -696,7 +695,6 @@ ac_user_opts='
696enable_option_checking 695enable_option_checking
697enable_apparmor 696enable_apparmor
698enable_seccomp 697enable_seccomp
699enable_bind
700enable_globalcfg 698enable_globalcfg
701enable_network 699enable_network
702enable_userns 700enable_userns
@@ -1337,7 +1335,6 @@ Optional Features:
1337 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1335 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1338 --enable-apparmor enable apparmor 1336 --enable-apparmor enable apparmor
1339 --disable-seccomp disable seccomp 1337 --disable-seccomp disable seccomp
1340 --disable-bind disable bind
1341 --disable-globalcfg if the global config file firejail.cfg is not 1338 --disable-globalcfg if the global config file firejail.cfg is not
1342 present, continue the program using defaults 1339 present, continue the program using defaults
1343 --disable-network disable network 1340 --disable-network disable network
@@ -3085,8 +3082,6 @@ fi
3085 3082
3086 3083
3087# LTS marker 3084# LTS marker
3088EXTRA_CFLAGS+=" -DLTS "
3089
3090 3085
3091HAVE_SPECTRE="no" 3086HAVE_SPECTRE="no"
3092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Spectre mitigation support in gcc or clang compiler" >&5 3087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Spectre mitigation support in gcc or clang compiler" >&5
@@ -3572,19 +3567,6 @@ if test "x$enable_seccomp" != "xno"; then :
3572 3567
3573fi 3568fi
3574 3569
3575HAVE_BIND=""
3576# Check whether --enable-bind was given.
3577if test "${enable_bind+set}" = set; then :
3578 enableval=$enable_bind;
3579fi
3580
3581if test "x$enable_bind" != "xno"; then :
3582
3583 HAVE_BIND="-DHAVE_BIND"
3584
3585
3586fi
3587
3588HAVE_GLOBALCFG="" 3570HAVE_GLOBALCFG=""
3589# Check whether --enable-globalcfg was given. 3571# Check whether --enable-globalcfg was given.
3590if test "${enable_globalcfg+set}" = set; then : 3572if test "${enable_globalcfg+set}" = set; then :
@@ -4941,7 +4923,6 @@ echo " seccomp: $HAVE_SECCOMP"
4941echo " <linux/seccomp.h>: $HAVE_SECCOMP_H" 4923echo " <linux/seccomp.h>: $HAVE_SECCOMP_H"
4942echo " apparmor: $HAVE_APPARMOR" 4924echo " apparmor: $HAVE_APPARMOR"
4943echo " global config: $HAVE_GLOBALCFG" 4925echo " global config: $HAVE_GLOBALCFG"
4944echo " bind: $HAVE_BIND"
4945echo " network: $HAVE_NETWORK" 4926echo " network: $HAVE_NETWORK"
4946echo " user namespace: $HAVE_USERNS" 4927echo " user namespace: $HAVE_USERNS"
4947echo " whitelisting: $HAVE_WHITELIST" 4928echo " whitelisting: $HAVE_WHITELIST"