aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure20
1 files changed, 18 insertions, 2 deletions
diff --git a/configure b/configure
index 9efba1b1d..4ff257b66 100755
--- a/configure
+++ b/configure
@@ -625,6 +625,7 @@ ac_includes_default="\
625ac_subst_vars='LTLIBOBJS 625ac_subst_vars='LTLIBOBJS
626LIBOBJS 626LIBOBJS
627HAVE_SECCOMP_H 627HAVE_SECCOMP_H
628HAVE_GIT_INSTALL
628HAVE_GCOV 629HAVE_GCOV
629BUSYBOX_WORKAROUND 630BUSYBOX_WORKAROUND
630HAVE_FATAL_WARNINGS 631HAVE_FATAL_WARNINGS
@@ -711,6 +712,7 @@ enable_whitelist
711enable_fatal_warnings 712enable_fatal_warnings
712enable_busybox_workaround 713enable_busybox_workaround
713enable_gcov 714enable_gcov
715enable_git_install
714' 716'
715 ac_precious_vars='build_alias 717 ac_precious_vars='build_alias
716host_alias 718host_alias
@@ -1349,6 +1351,7 @@ Optional Features:
1349 --enable-busybox-workaround 1351 --enable-busybox-workaround
1350 enable busybox workaround 1352 enable busybox workaround
1351 --enable-gcov Gcov instrumentation 1353 --enable-gcov Gcov instrumentation
1354 --enable-git-install enable git install feature
1352 1355
1353Some influential environment variables: 1356Some influential environment variables:
1354 CC C compiler command 1357 CC C compiler command
@@ -3100,6 +3103,7 @@ if test "x$enable_apparmor" = "xyes"; then :
3100fi 3103fi
3101 3104
3102 3105
3106
3103ac_ext=c 3107ac_ext=c
3104ac_cpp='$CPP $CPPFLAGS' 3108ac_cpp='$CPP $CPPFLAGS'
3105ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3109ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -3711,6 +3715,18 @@ if test "x$enable_gcov" = "xyes"; then :
3711fi 3715fi
3712 3716
3713 3717
3718HAVE_GIT_INSTALL=""
3719# Check whether --enable-git-install was given.
3720if test "${enable_git_install+set}" = set; then :
3721 enableval=$enable_git_install;
3722fi
3723
3724if test "x$enable_git_install" = "xyes"; then :
3725
3726 HAVE_GIT_INSTALL="-DHAVE_GIT_INSTALL"
3727
3728
3729fi
3714 3730
3715# checking pthread library 3731# checking pthread library
3716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5 3732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpthread" >&5
@@ -3777,7 +3793,7 @@ if test "$prefix" = /usr; then
3777 sysconfdir="/etc" 3793 sysconfdir="/etc"
3778fi 3794fi
3779 3795
3780ac_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"
3781 3797
3782cat >confcache <<\_ACEOF 3798cat >confcache <<\_ACEOF
3783# 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
@@ -4497,7 +4513,6 @@ do
4497 "src/firecfg/Makefile") CONFIG_FILES="$CONFIG_FILES src/firecfg/Makefile" ;; 4513 "src/firecfg/Makefile") CONFIG_FILES="$CONFIG_FILES src/firecfg/Makefile" ;;
4498 "src/ftee/Makefile") CONFIG_FILES="$CONFIG_FILES src/ftee/Makefile" ;; 4514 "src/ftee/Makefile") CONFIG_FILES="$CONFIG_FILES src/ftee/Makefile" ;;
4499 "src/faudit/Makefile") CONFIG_FILES="$CONFIG_FILES src/faudit/Makefile" ;; 4515 "src/faudit/Makefile") CONFIG_FILES="$CONFIG_FILES src/faudit/Makefile" ;;
4500 "src/libconnect/Makefile") CONFIG_FILES="$CONFIG_FILES src/libconnect/Makefile" ;;
4501 "src/fseccomp/Makefile") CONFIG_FILES="$CONFIG_FILES src/fseccomp/Makefile" ;; 4516 "src/fseccomp/Makefile") CONFIG_FILES="$CONFIG_FILES src/fseccomp/Makefile" ;;
4502 4517
4503 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 4518 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
@@ -4971,6 +4986,7 @@ echo " whitelisting: $HAVE_WHITELIST"
4971echo " private home support: $HAVE_PRIVATE_HOME" 4986echo " private home support: $HAVE_PRIVATE_HOME"
4972echo " file transfer support: $HAVE_FILE_TRANSFER" 4987echo " file transfer support: $HAVE_FILE_TRANSFER"
4973echo " overlayfs support: $HAVE_OVERLAYFS" 4988echo " overlayfs support: $HAVE_OVERLAYFS"
4989echo " git install support: $HAVE_GIT_INSTALL"
4974echo " busybox workaround: $BUSYBOX_WORKAROUND" 4990echo " busybox workaround: $BUSYBOX_WORKAROUND"
4975echo " EXTRA_LDFLAGS: $EXTRA_LDFLAGS" 4991echo " EXTRA_LDFLAGS: $EXTRA_LDFLAGS"
4976echo " fatal warnings: $HAVE_FATAL_WARNINGS" 4992echo " fatal warnings: $HAVE_FATAL_WARNINGS"