summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-10-01 13:50:58 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-10-01 13:50:58 -0400
commit27bffbfeb2295f7d460f78dd93e02aa2f9b0a00c (patch)
treeda675f6056ea3e4dd2386c447c6eca0c072ac252 /configure
parentpotential Gentoo fix (diff)
downloadfirejail-27bffbfeb2295f7d460f78dd93e02aa2f9b0a00c.tar.gz
firejail-27bffbfeb2295f7d460f78dd93e02aa2f9b0a00c.tar.zst
firejail-27bffbfeb2295f7d460f78dd93e02aa2f9b0a00c.zip
disable x11 abstract socket for --x11=block
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 42c59279e..c27787397 100755
--- a/configure
+++ b/configure
@@ -3759,7 +3759,7 @@ if test "$prefix" = /usr; then
3759 sysconfdir="/etc" 3759 sysconfdir="/etc"
3760fi 3760fi
3761 3761
3762ac_config_files="$ac_config_files Makefile src/lib/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/ftee/Makefile src/faudit/Makefile" 3762ac_config_files="$ac_config_files Makefile src/lib/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/ftee/Makefile src/faudit/Makefile src/libx11/Makefile"
3763 3763
3764cat >confcache <<\_ACEOF 3764cat >confcache <<\_ACEOF
3765# This file is a shell script that caches the results of configure 3765# This file is a shell script that caches the results of configure
@@ -4477,6 +4477,7 @@ do
4477 "src/firecfg/Makefile") CONFIG_FILES="$CONFIG_FILES src/firecfg/Makefile" ;; 4477 "src/firecfg/Makefile") CONFIG_FILES="$CONFIG_FILES src/firecfg/Makefile" ;;
4478 "src/ftee/Makefile") CONFIG_FILES="$CONFIG_FILES src/ftee/Makefile" ;; 4478 "src/ftee/Makefile") CONFIG_FILES="$CONFIG_FILES src/ftee/Makefile" ;;
4479 "src/faudit/Makefile") CONFIG_FILES="$CONFIG_FILES src/faudit/Makefile" ;; 4479 "src/faudit/Makefile") CONFIG_FILES="$CONFIG_FILES src/faudit/Makefile" ;;
4480 "src/libx11/Makefile") CONFIG_FILES="$CONFIG_FILES src/libx11/Makefile" ;;
4480 4481
4481 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 4482 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
4482 esac 4483 esac