aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-27 05:15:19 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-28 04:50:16 -0300
commiteb64925c4f270e91d4e1b4b65a1ebf2de6aee809 (patch)
tree7acc2580408bbb81752308ccd75bacc58f8e07b0 /configure
parentconfigure*: fix trailing comma in HAVE_CONTRIB_INSTALL (diff)
downloadfirejail-eb64925c4f270e91d4e1b4b65a1ebf2de6aee809.tar.gz
firejail-eb64925c4f270e91d4e1b4b65a1ebf2de6aee809.tar.zst
firejail-eb64925c4f270e91d4e1b4b65a1ebf2de6aee809.zip
configure*: fix indentation
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 03ee84d46..3718f3538 100755
--- a/configure
+++ b/configure
@@ -3615,7 +3615,7 @@ fi
3615 3615
3616if test "x$enable_contrib_install" = "xno"; then : 3616if test "x$enable_contrib_install" = "xno"; then :
3617 3617
3618 HAVE_CONTRIB_INSTALL="no" 3618 HAVE_CONTRIB_INSTALL="no"
3619 3619
3620fi 3620fi
3621 3621
@@ -3641,7 +3641,7 @@ fi
3641 3641
3642if test "x$enable_only_syscfg_profiles" = "xyes"; then : 3642if test "x$enable_only_syscfg_profiles" = "xyes"; then :
3643 3643
3644 HAVE_ONLY_SYSCFG_PROFILES="-DHAVE_ONLY_SYSCFG_PROFILES" 3644 HAVE_ONLY_SYSCFG_PROFILES="-DHAVE_ONLY_SYSCFG_PROFILES"
3645 3645
3646fi 3646fi
3647 3647