aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-23 09:53:54 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-23 09:53:54 -0500
commit3212101227c04ac4e894199881cc486bbda28822 (patch)
treed49076ed09dff600200a11817c90797360ffb787 /configure
parentx11 work (diff)
downloadfirejail-3212101227c04ac4e894199881cc486bbda28822.tar.gz
firejail-3212101227c04ac4e894199881cc486bbda28822.tar.zst
firejail-3212101227c04ac4e894199881cc486bbda28822.zip
x11 work
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 17 insertions, 0 deletions
diff --git a/configure b/configure
index 06642abb6..16c62e731 100755
--- a/configure
+++ b/configure
@@ -629,6 +629,7 @@ EGREP
629GREP 629GREP
630CPP 630CPP
631HAVE_FATAL_WARNINGS 631HAVE_FATAL_WARNINGS
632HAVE_X11
632HAVE_USERNS 633HAVE_USERNS
633HAVE_NETWORK 634HAVE_NETWORK
634HAVE_BIND 635HAVE_BIND
@@ -691,6 +692,7 @@ enable_chroot
691enable_bind 692enable_bind
692enable_network 693enable_network
693enable_userns 694enable_userns
695enable_x11
694enable_fatal_warnings 696enable_fatal_warnings
695' 697'
696 ac_precious_vars='build_alias 698 ac_precious_vars='build_alias
@@ -1316,6 +1318,7 @@ Optional Features:
1316 --disable-bind disable bind 1318 --disable-bind disable bind
1317 --disable-network disable network 1319 --disable-network disable network
1318 --disable-userns disable user namespace 1320 --disable-userns disable user namespace
1321 --disable-x11 disable X11 support
1319 --enable-fatal-warnings -W -Wall -Werror 1322 --enable-fatal-warnings -W -Wall -Werror
1320 1323
1321Some influential environment variables: 1324Some influential environment variables:
@@ -3119,6 +3122,19 @@ if test "x$enable_userns" != "xno"; then :
3119 3122
3120fi 3123fi
3121 3124
3125HAVE_X11=""
3126# Check whether --enable-x11 was given.
3127if test "${enable_x11+set}" = set; then :
3128 enableval=$enable_x11;
3129fi
3130
3131if test "x$enable_x11" != "xno"; then :
3132
3133 HAVE_X11="-DHAVE_X11"
3134
3135
3136fi
3137
3122HAVE_FATAL_WARNINGS="" 3138HAVE_FATAL_WARNINGS=""
3123# Check whether --enable-fatal_warnings was given. 3139# Check whether --enable-fatal_warnings was given.
3124if test "${enable_fatal_warnings+set}" = set; then : 3140if test "${enable_fatal_warnings+set}" = set; then :
@@ -4777,6 +4793,7 @@ echo " chroot: $HAVE_CHROOT"
4777echo " bind: $HAVE_BIND" 4793echo " bind: $HAVE_BIND"
4778echo " network: $HAVE_NETWORK" 4794echo " network: $HAVE_NETWORK"
4779echo " user namespace: $HAVE_USERNS" 4795echo " user namespace: $HAVE_USERNS"
4796echo " X11 support: $HAVE_X11"
4780echo " fatal warnings: $HAVE_FATAL_WARNINGS" 4797echo " fatal warnings: $HAVE_FATAL_WARNINGS"
4781echo 4798echo
4782 4799