aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-06-27 21:33:34 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-15 01:23:22 -0300
commit50c64e0a9a65533d07a8b480fff6fd6edba87deb (patch)
treeb436f5a5605dbd5798073625ef09787ad86eb699 /configure
parentconfigure*: fix typo in output (--ouput -> --output) (diff)
downloadfirejail-50c64e0a9a65533d07a8b480fff6fd6edba87deb.tar.gz
firejail-50c64e0a9a65533d07a8b480fff6fd6edba87deb.tar.zst
firejail-50c64e0a9a65533d07a8b480fff6fd6edba87deb.zip
configure*: Move LDFLAGS below CFLAGS
To match the usual usage order. Relates to commit 222a2d772 ("order options alphabetically in configure.ac report", 2022-06-13).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 80f1cbe09..a2d2e7530 100755
--- a/configure
+++ b/configure
@@ -5285,8 +5285,8 @@ fi
5285cat <<EOF 5285cat <<EOF
5286 5286
5287Compile options: 5287Compile options:
5288 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
5289 EXTRA_CFLAGS: $EXTRA_CFLAGS 5288 EXTRA_CFLAGS: $EXTRA_CFLAGS
5289 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
5290 fatal warnings: $HAVE_FATAL_WARNINGS 5290 fatal warnings: $HAVE_FATAL_WARNINGS
5291 gcov instrumentation: $HAVE_GCOV 5291 gcov instrumentation: $HAVE_GCOV
5292 install as a SUID executable: $HAVE_SUID 5292 install as a SUID executable: $HAVE_SUID