aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-23 13:40:36 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-25 11:32:08 -0300
commit8344145f253d46eef22d958079d6e22a25dff24d (patch)
tree5fb05e9f64d33d3c18804451b995f223d57ca173 /configure
parentbuild: Normalize HAVE_SUID (diff)
downloadfirejail-8344145f253d46eef22d958079d6e22a25dff24d.tar.gz
firejail-8344145f253d46eef22d958079d6e22a25dff24d.tar.zst
firejail-8344145f253d46eef22d958079d6e22a25dff24d.zip
build: Normalize HAVE_CONTRIB_INSTALL
Added on commit 8d8686af2 ("Make installation of contrib scripts configurable", 2017-04-13). Remove redundant argument to AS_IF and make it look more like the other nearby AS_IF calls.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure b/configure
index 3d5c9d161..da886a541 100755
--- a/configure
+++ b/configure
@@ -3812,9 +3812,8 @@ if test "${enable_contrib_install+set}" = set; then :
3812fi 3812fi
3813 3813
3814if test "x$enable_contrib_install" = "xno"; then : 3814if test "x$enable_contrib_install" = "xno"; then :
3815 HAVE_CONTRIB_INSTALL="no" 3815
3816else 3816 HAVE_CONTRIB_INSTALL="no"
3817 HAVE_CONTRIB_INSTALL="yes"
3818 3817
3819fi 3818fi
3820 3819