aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-24 10:28:16 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-24 15:58:48 -0300
commitb20a1f3ebfff796d34055b51f09ee1224d3ea47c (patch)
treee7ebfd55153be76d693f78ce1a7c72b24f6a5b24 /configure
parentconfigure.ac: Ensure whitespace after each comma (diff)
downloadfirejail-b20a1f3ebfff796d34055b51f09ee1224d3ea47c.tar.gz
firejail-b20a1f3ebfff796d34055b51f09ee1224d3ea47c.tar.zst
firejail-b20a1f3ebfff796d34055b51f09ee1224d3ea47c.zip
configure*: Trim trailing spaces on var assignments
Command used to find them: grep ' "$' configure.ac
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 747769fb1..a430d2629 100755
--- a/configure
+++ b/configure
@@ -3535,7 +3535,7 @@ fi
3535if test "x$enable_selinux" = "xyes"; then : 3535if test "x$enable_selinux" = "xyes"; then :
3536 3536
3537 HAVE_SELINUX="-DHAVE_SELINUX" 3537 HAVE_SELINUX="-DHAVE_SELINUX"
3538 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lselinux " 3538 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lselinux"
3539 3539
3540 3540
3541fi 3541fi
@@ -3801,8 +3801,8 @@ fi
3801 3801
3802if test "x$enable_gcov" = "xyes"; then : 3802if test "x$enable_gcov" = "xyes"; then :
3803 3803
3804 HAVE_GCOV="--coverage -DHAVE_GCOV " 3804 HAVE_GCOV="--coverage -DHAVE_GCOV"
3805 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lgcov --coverage " 3805 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lgcov --coverage"
3806 3806
3807 3807
3808fi 3808fi