summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-02-07 13:03:28 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-02-07 13:03:28 -0500
commit6730f4c0cce738b79bdd3a661ab9077ec7839176 (patch)
tree532e27c7d39511e84a59039dcf388c9ef55d8cbd /configure
parentdisable --git-install at compile time (diff)
downloadfirejail-6730f4c0cce738b79bdd3a661ab9077ec7839176.tar.gz
firejail-6730f4c0cce738b79bdd3a661ab9077ec7839176.tar.zst
firejail-6730f4c0cce738b79bdd3a661ab9077ec7839176.zip
--git-install: default disabled in ./configure script
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index bdffba2ad..74f47a7c4 100755
--- a/configure
+++ b/configure
@@ -1351,7 +1351,7 @@ Optional Features:
1351 --enable-busybox-workaround 1351 --enable-busybox-workaround
1352 enable busybox workaround 1352 enable busybox workaround
1353 --enable-gcov Gcov instrumentation 1353 --enable-gcov Gcov instrumentation
1354 --disable-git-install disable git install feature 1354 --enable-git-install enable git install feature
1355 1355
1356Some influential environment variables: 1356Some influential environment variables:
1357 CC C compiler command 1357 CC C compiler command
@@ -3103,6 +3103,7 @@ if test "x$enable_apparmor" = "xyes"; then :
3103fi 3103fi
3104 3104
3105 3105
3106
3106ac_ext=c 3107ac_ext=c
3107ac_cpp='$CPP $CPPFLAGS' 3108ac_cpp='$CPP $CPPFLAGS'
3108ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3109ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -3713,20 +3714,20 @@ if test "x$enable_gcov" = "xyes"; then :
3713 3714
3714fi 3715fi
3715 3716
3717
3716HAVE_GIT_INSTALL="" 3718HAVE_GIT_INSTALL=""
3717# Check whether --enable-git-install was given. 3719# Check whether --enable-git-install was given.
3718if test "${enable_git_install+set}" = set; then : 3720if test "${enable_git_install+set}" = set; then :
3719 enableval=$enable_git_install; 3721 enableval=$enable_git_install;
3720fi 3722fi
3721 3723
3722if test "x$enable_git_install" != "xno"; then : 3724if test "x$enable_git_install" = "xyes"; then :
3723 3725
3724 HAVE_GIT_INSTALL="-DHAVE_GIT_INSTALL" 3726 HAVE_GIT_INSTALL="-DHAVE_GIT_INSTALL"
3725 3727
3726 3728
3727fi 3729fi
3728 3730
3729
3730# checking pthread library 3731# checking pthread library
3731{ $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
3732$as_echo_n "checking for main in -lpthread... " >&6; } 3733$as_echo_n "checking for main in -lpthread... " >&6; }