summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-04-04 07:41:17 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-04-04 07:41:17 -0400
commit23d10c8fa0bc1dface09d71cc9d6475d53c42645 (patch)
tree5a5a3b39c1a64d956e31b295990b768795780974 /configure
parentMerge branch 'master' of http://github.com/netblue30/firejail (diff)
downloadfirejail-23d10c8fa0bc1dface09d71cc9d6475d53c42645.tar.gz
firejail-23d10c8fa0bc1dface09d71cc9d6475d53c42645.tar.zst
firejail-23d10c8fa0bc1dface09d71cc9d6475d53c42645.zip
deprecated --git-install and --git-uninstall
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure b/configure
index eebdddb32..a3b306d56 100755
--- a/configure
+++ b/configure
@@ -626,7 +626,6 @@ ac_subst_vars='LTLIBOBJS
626LIBOBJS 626LIBOBJS
627HAVE_SECCOMP_H 627HAVE_SECCOMP_H
628HAVE_CONTRIB_INSTALL 628HAVE_CONTRIB_INSTALL
629HAVE_GIT_INSTALL
630HAVE_GCOV 629HAVE_GCOV
631BUSYBOX_WORKAROUND 630BUSYBOX_WORKAROUND
632HAVE_FATAL_WARNINGS 631HAVE_FATAL_WARNINGS
@@ -717,7 +716,6 @@ enable_suid
717enable_fatal_warnings 716enable_fatal_warnings
718enable_busybox_workaround 717enable_busybox_workaround
719enable_gcov 718enable_gcov
720enable_git_install
721enable_contrib_install 719enable_contrib_install
722' 720'
723 ac_precious_vars='build_alias 721 ac_precious_vars='build_alias
@@ -1369,7 +1367,6 @@ Optional Features:
1369 --enable-busybox-workaround 1367 --enable-busybox-workaround
1370 enable busybox workaround 1368 enable busybox workaround
1371 --enable-gcov Gcov instrumentation 1369 --enable-gcov Gcov instrumentation
1372 --enable-git-install enable git install feature
1373 --enable-contrib-install 1370 --enable-contrib-install
1374 install contrib scripts 1371 install contrib scripts
1375 1372
@@ -3787,20 +3784,6 @@ if test "x$enable_gcov" = "xyes"; then :
3787 3784
3788fi 3785fi
3789 3786
3790
3791HAVE_GIT_INSTALL=""
3792# Check whether --enable-git-install was given.
3793if test "${enable_git_install+set}" = set; then :
3794 enableval=$enable_git_install;
3795fi
3796
3797if test "x$enable_git_install" = "xyes"; then :
3798
3799 HAVE_GIT_INSTALL="-DHAVE_GIT_INSTALL"
3800
3801
3802fi
3803
3804HAVE_CONTRIB_INSTALL="yes" 3787HAVE_CONTRIB_INSTALL="yes"
3805# Check whether --enable-contrib-install was given. 3788# Check whether --enable-contrib-install was given.
3806if test "${enable_contrib_install+set}" = set; then : 3789if test "${enable_contrib_install+set}" = set; then :
@@ -5080,7 +5063,6 @@ echo " whitelisting: $HAVE_WHITELIST"
5080echo " private home support: $HAVE_PRIVATE_HOME" 5063echo " private home support: $HAVE_PRIVATE_HOME"
5081echo " file transfer support: $HAVE_FILE_TRANSFER" 5064echo " file transfer support: $HAVE_FILE_TRANSFER"
5082echo " overlayfs support: $HAVE_OVERLAYFS" 5065echo " overlayfs support: $HAVE_OVERLAYFS"
5083echo " git install support: $HAVE_GIT_INSTALL"
5084echo " busybox workaround: $BUSYBOX_WORKAROUND" 5066echo " busybox workaround: $BUSYBOX_WORKAROUND"
5085echo " Spectre compiler patch: $HAVE_SPECTRE" 5067echo " Spectre compiler patch: $HAVE_SPECTRE"
5086echo " EXTRA_LDFLAGS: $EXTRA_LDFLAGS" 5068echo " EXTRA_LDFLAGS: $EXTRA_LDFLAGS"