aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0fe34d6af..a78688e09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -322,13 +322,10 @@ EOF
322 322
323if test "$HAVE_LTS" = -DHAVE_LTS; then 323if test "$HAVE_LTS" = -DHAVE_LTS; then
324 cat <<\EOF 324 cat <<\EOF
325
326
327********************************************************* 325*********************************************************
328* Warning: Long-term support (LTS) was enabled! * 326* Warning: Long-term support (LTS) was enabled! *
329* Most compile-time options have been rewritten! * 327* Most compile-time options have been rewritten! *
330********************************************************* 328*********************************************************
331 329
332
333EOF 330EOF
334fi 331fi