aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-02-14 11:38:19 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-02-14 11:38:19 -0500
commitb286a6bc3a13161038dc918660722628057d28d7 (patch)
tree49a4d537e0d41b43501cec367ceaee9bcc132fc1 /configure
parentprofile merges (diff)
downloadfirejail-b286a6bc3a13161038dc918660722628057d28d7.tar.gz
firejail-b286a6bc3a13161038dc918660722628057d28d7.tar.zst
firejail-b286a6bc3a13161038dc918660722628057d28d7.zip
merge #1100 from zackw: removed libconnect
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 74f47a7c4..4ff257b66 100755
--- a/configure
+++ b/configure
@@ -3793,7 +3793,7 @@ if test "$prefix" = /usr; then
3793 sysconfdir="/etc" 3793 sysconfdir="/etc"
3794fi 3794fi
3795 3795
3796ac_config_files="$ac_config_files Makefile src/lib/Makefile src/fcopy/Makefile src/fnet/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/ftee/Makefile src/faudit/Makefile src/libconnect/Makefile src/fseccomp/Makefile" 3796ac_config_files="$ac_config_files Makefile src/lib/Makefile src/fcopy/Makefile src/fnet/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/ftee/Makefile src/faudit/Makefile src/fseccomp/Makefile"
3797 3797
3798cat >confcache <<\_ACEOF 3798cat >confcache <<\_ACEOF
3799# This file is a shell script that caches the results of configure 3799# This file is a shell script that caches the results of configure
@@ -4513,7 +4513,6 @@ do
4513 "src/firecfg/Makefile") CONFIG_FILES="$CONFIG_FILES src/firecfg/Makefile" ;; 4513 "src/firecfg/Makefile") CONFIG_FILES="$CONFIG_FILES src/firecfg/Makefile" ;;
4514 "src/ftee/Makefile") CONFIG_FILES="$CONFIG_FILES src/ftee/Makefile" ;; 4514 "src/ftee/Makefile") CONFIG_FILES="$CONFIG_FILES src/ftee/Makefile" ;;
4515 "src/faudit/Makefile") CONFIG_FILES="$CONFIG_FILES src/faudit/Makefile" ;; 4515 "src/faudit/Makefile") CONFIG_FILES="$CONFIG_FILES src/faudit/Makefile" ;;
4516 "src/libconnect/Makefile") CONFIG_FILES="$CONFIG_FILES src/libconnect/Makefile" ;;
4517 "src/fseccomp/Makefile") CONFIG_FILES="$CONFIG_FILES src/fseccomp/Makefile" ;; 4516 "src/fseccomp/Makefile") CONFIG_FILES="$CONFIG_FILES src/fseccomp/Makefile" ;;
4518 4517
4519 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 4518 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;