aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-27 05:14:08 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-28 04:50:16 -0300
commitefc9abd3f04b11815e93bb1b825df2816577b3fb (patch)
tree1c9dbdb61d991e416994842e70750478afb8af8b /configure
parentconfigure*: remove extraneous blank lines (diff)
downloadfirejail-efc9abd3f04b11815e93bb1b825df2816577b3fb.tar.gz
firejail-efc9abd3f04b11815e93bb1b825df2816577b3fb.tar.zst
firejail-efc9abd3f04b11815e93bb1b825df2816577b3fb.zip
configure*: remove extraneous blank lines (warning)
Added on commit d1acb31c9 ("compile time: enable LTS", 2021-02-28). Note: Do not print a preceding blank line because one is already printed right before the warning message, right after the items on "Features:". Example of the resulting warning message: $ autoconf && ./configure [...] configure: creating ./config.status config.status: creating config.mk config.status: creating config.sh Compile options: [...] prefix: /usr/local sysconfdir: ${prefix}/etc Spectre compiler patch: yes Features: [...] SELinux labeling support: user namespace: -DHAVE_USERNS X11 sandboxing support: -DHAVE_X11 ********************************************************* * Warning: Long-term support (LTS) was enabled! * * Most compile-time options have been rewritten! * ********************************************************* $
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 39b05317f..1f5be1cba 100755
--- a/configure
+++ b/configure
@@ -5282,13 +5282,10 @@ EOF
5282 5282
5283if test "$HAVE_LTS" = -DHAVE_LTS; then 5283if test "$HAVE_LTS" = -DHAVE_LTS; then
5284 cat <<\EOF 5284 cat <<\EOF
5285
5286
5287********************************************************* 5285*********************************************************
5288* Warning: Long-term support (LTS) was enabled! * 5286* Warning: Long-term support (LTS) was enabled! *
5289* Most compile-time options have been rewritten! * 5287* Most compile-time options have been rewritten! *
5290********************************************************* 5288*********************************************************
5291 5289
5292
5293EOF 5290EOF
5294fi 5291fi