aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-01-25 10:48:23 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-01-25 10:48:23 -0500
commit9edc43cc488a8ed701159ef07627097205708678 (patch)
treedb9968caa02f67219eb7aaa1c4d1590516446457 /configure
parent0.9.38 testing (diff)
downloadfirejail-9edc43cc488a8ed701159ef07627097205708678.tar.gz
firejail-9edc43cc488a8ed701159ef07627097205708678.tar.zst
firejail-9edc43cc488a8ed701159ef07627097205708678.zip
--disable-network --disable-userns compile time options
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure53
1 files changed, 44 insertions, 9 deletions
diff --git a/configure b/configure
index 414c70ccb..ea7812f63 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69 for firejail 0.9.38. 3# Generated by GNU Autoconf 2.69 for firejail 0.9.37.
4# 4#
5# Report bugs to <netblue30@yahoo.com>. 5# Report bugs to <netblue30@yahoo.com>.
6# 6#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580# Identity of this package. 580# Identity of this package.
581PACKAGE_NAME='firejail' 581PACKAGE_NAME='firejail'
582PACKAGE_TARNAME='firejail' 582PACKAGE_TARNAME='firejail'
583PACKAGE_VERSION='0.9.38' 583PACKAGE_VERSION='0.9.37'
584PACKAGE_STRING='firejail 0.9.38' 584PACKAGE_STRING='firejail 0.9.37'
585PACKAGE_BUGREPORT='netblue30@yahoo.com' 585PACKAGE_BUGREPORT='netblue30@yahoo.com'
586PACKAGE_URL='http://firejail.wordpress.com' 586PACKAGE_URL='http://firejail.wordpress.com'
587 587
@@ -629,6 +629,8 @@ EGREP
629GREP 629GREP
630CPP 630CPP
631HAVE_FATAL_WARNINGS 631HAVE_FATAL_WARNINGS
632HAVE_USERNS
633HAVE_NETWORK
632HAVE_BIND 634HAVE_BIND
633HAVE_CHROOT 635HAVE_CHROOT
634HAVE_SECCOMP 636HAVE_SECCOMP
@@ -687,6 +689,8 @@ enable_option_checking
687enable_seccomp 689enable_seccomp
688enable_chroot 690enable_chroot
689enable_bind 691enable_bind
692enable_network
693enable_userns
690enable_fatal_warnings 694enable_fatal_warnings
691' 695'
692 ac_precious_vars='build_alias 696 ac_precious_vars='build_alias
@@ -1238,7 +1242,7 @@ if test "$ac_init_help" = "long"; then
1238 # Omit some internal or obsolete options to make the list less imposing. 1242 # Omit some internal or obsolete options to make the list less imposing.
1239 # This message is too long to be a string in the A/UX 3.1 sh. 1243 # This message is too long to be a string in the A/UX 3.1 sh.
1240 cat <<_ACEOF 1244 cat <<_ACEOF
1241\`configure' configures firejail 0.9.38 to adapt to many kinds of systems. 1245\`configure' configures firejail 0.9.37 to adapt to many kinds of systems.
1242 1246
1243Usage: $0 [OPTION]... [VAR=VALUE]... 1247Usage: $0 [OPTION]... [VAR=VALUE]...
1244 1248
@@ -1299,7 +1303,7 @@ fi
1299 1303
1300if test -n "$ac_init_help"; then 1304if test -n "$ac_init_help"; then
1301 case $ac_init_help in 1305 case $ac_init_help in
1302 short | recursive ) echo "Configuration of firejail 0.9.38:";; 1306 short | recursive ) echo "Configuration of firejail 0.9.37:";;
1303 esac 1307 esac
1304 cat <<\_ACEOF 1308 cat <<\_ACEOF
1305 1309
@@ -1310,6 +1314,8 @@ Optional Features:
1310 --disable-seccomp disable seccomp 1314 --disable-seccomp disable seccomp
1311 --disable-chroot disable chroot 1315 --disable-chroot disable chroot
1312 --disable-bind disable bind 1316 --disable-bind disable bind
1317 --disable-network disable network
1318 --disable-userns disable user namespace
1313 --enable-fatal-warnings -W -Wall -Werror 1319 --enable-fatal-warnings -W -Wall -Werror
1314 1320
1315Some influential environment variables: 1321Some influential environment variables:
@@ -1389,7 +1395,7 @@ fi
1389test -n "$ac_init_help" && exit $ac_status 1395test -n "$ac_init_help" && exit $ac_status
1390if $ac_init_version; then 1396if $ac_init_version; then
1391 cat <<\_ACEOF 1397 cat <<\_ACEOF
1392firejail configure 0.9.38 1398firejail configure 0.9.37
1393generated by GNU Autoconf 2.69 1399generated by GNU Autoconf 2.69
1394 1400
1395Copyright (C) 2012 Free Software Foundation, Inc. 1401Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1691,7 +1697,7 @@ cat >config.log <<_ACEOF
1691This file contains any messages produced by compilers while 1697This file contains any messages produced by compilers while
1692running configure, to aid debugging if configure makes a mistake. 1698running configure, to aid debugging if configure makes a mistake.
1693 1699
1694It was created by firejail $as_me 0.9.38, which was 1700It was created by firejail $as_me 0.9.37, which was
1695generated by GNU Autoconf 2.69. Invocation command line was 1701generated by GNU Autoconf 2.69. Invocation command line was
1696 1702
1697 $ $0 $@ 1703 $ $0 $@
@@ -3087,6 +3093,32 @@ if test "x$enable_bind" != "xno"; then :
3087 3093
3088fi 3094fi
3089 3095
3096HAVE_NETWORK=""
3097# Check whether --enable-network was given.
3098if test "${enable_network+set}" = set; then :
3099 enableval=$enable_network;
3100fi
3101
3102if test "x$enable_network" != "xno"; then :
3103
3104 HAVE_NETWORK="-DHAVE_NETWORK"
3105
3106
3107fi
3108
3109HAVE_USERNS=""
3110# Check whether --enable-userns was given.
3111if test "${enable_userns+set}" = set; then :
3112 enableval=$enable_userns;
3113fi
3114
3115if test "x$enable_userns" != "xno"; then :
3116
3117 HAVE_USERNS="-DHAVE_USERNS"
3118
3119
3120fi
3121
3090HAVE_FATAL_WARNINGS="" 3122HAVE_FATAL_WARNINGS=""
3091# Check whether --enable-fatal_warnings was given. 3123# Check whether --enable-fatal_warnings was given.
3092if test "${enable_fatal_warnings+set}" = set; then : 3124if test "${enable_fatal_warnings+set}" = set; then :
@@ -3100,6 +3132,7 @@ if test "x$enable_fatal_warnings" = "xyes"; then :
3100 3132
3101fi 3133fi
3102 3134
3135
3103# checking pthread library 3136# checking pthread library
3104 3137
3105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5 3138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5
@@ -4107,7 +4140,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4107# report actual input values of CONFIG_FILES etc. instead of their 4140# report actual input values of CONFIG_FILES etc. instead of their
4108# values after options handling. 4141# values after options handling.
4109ac_log=" 4142ac_log="
4110This file was extended by firejail $as_me 0.9.38, which was 4143This file was extended by firejail $as_me 0.9.37, which was
4111generated by GNU Autoconf 2.69. Invocation command line was 4144generated by GNU Autoconf 2.69. Invocation command line was
4112 4145
4113 CONFIG_FILES = $CONFIG_FILES 4146 CONFIG_FILES = $CONFIG_FILES
@@ -4161,7 +4194,7 @@ _ACEOF
4161cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4194cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4162ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 4195ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4163ac_cs_version="\\ 4196ac_cs_version="\\
4164firejail config.status 0.9.38 4197firejail config.status 0.9.37
4165configured by $0, generated by GNU Autoconf 2.69, 4198configured by $0, generated by GNU Autoconf 2.69,
4166 with options \\"\$ac_cs_config\\" 4199 with options \\"\$ac_cs_config\\"
4167 4200
@@ -4742,6 +4775,8 @@ echo " seccomp: $HAVE_SECCOMP"
4742echo " <linux/seccomp.h>: $HAVE_SECCOMP_H" 4775echo " <linux/seccomp.h>: $HAVE_SECCOMP_H"
4743echo " chroot: $HAVE_CHROOT" 4776echo " chroot: $HAVE_CHROOT"
4744echo " bind: $HAVE_BIND" 4777echo " bind: $HAVE_BIND"
4778echo " network: $HAVE_NETWORK"
4779echo " user namespace: $HAVE_USERNS"
4745echo " fatal warnings: $HAVE_FATAL_WARNINGS" 4780echo " fatal warnings: $HAVE_FATAL_WARNINGS"
4746echo 4781echo
4747 4782