aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-03 08:45:52 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-03 08:45:52 -0500
commitf9021ef8714fee5d4eb30a2329f80eeebaeaf244 (patch)
treedd8152456b311b5539f6a8d4fb1b2a092737c1bb /configure
parenttesting (diff)
downloadfirejail-f9021ef8714fee5d4eb30a2329f80eeebaeaf244.tar.gz
firejail-f9021ef8714fee5d4eb30a2329f80eeebaeaf244.tar.zst
firejail-f9021ef8714fee5d4eb30a2329f80eeebaeaf244.zip
--tracelog
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index fe05f2a80..463dc31c4 100755
--- a/configure
+++ b/configure
@@ -3563,7 +3563,7 @@ if test "$prefix" = /usr; then
3563 sysconfdir="/etc" 3563 sysconfdir="/etc"
3564fi 3564fi
3565 3565
3566ac_config_files="$ac_config_files Makefile src/lib/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/ftee/Makefile" 3566ac_config_files="$ac_config_files Makefile src/lib/Makefile src/firejail/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/ftee/Makefile"
3567 3567
3568cat >confcache <<\_ACEOF 3568cat >confcache <<\_ACEOF
3569# This file is a shell script that caches the results of configure 3569# This file is a shell script that caches the results of configure
@@ -4277,6 +4277,7 @@ do
4277 "src/firejail/Makefile") CONFIG_FILES="$CONFIG_FILES src/firejail/Makefile" ;; 4277 "src/firejail/Makefile") CONFIG_FILES="$CONFIG_FILES src/firejail/Makefile" ;;
4278 "src/firemon/Makefile") CONFIG_FILES="$CONFIG_FILES src/firemon/Makefile" ;; 4278 "src/firemon/Makefile") CONFIG_FILES="$CONFIG_FILES src/firemon/Makefile" ;;
4279 "src/libtrace/Makefile") CONFIG_FILES="$CONFIG_FILES src/libtrace/Makefile" ;; 4279 "src/libtrace/Makefile") CONFIG_FILES="$CONFIG_FILES src/libtrace/Makefile" ;;
4280 "src/libtracelog/Makefile") CONFIG_FILES="$CONFIG_FILES src/libtracelog/Makefile" ;;
4280 "src/ftee/Makefile") CONFIG_FILES="$CONFIG_FILES src/ftee/Makefile" ;; 4281 "src/ftee/Makefile") CONFIG_FILES="$CONFIG_FILES src/ftee/Makefile" ;;
4281 4282
4282 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 4283 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;