aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
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.ac
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.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 41e3bb0e0..53de0eb1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -321,8 +321,8 @@ AC_OUTPUT
321cat <<EOF 321cat <<EOF
322 322
323Compile options: 323Compile options:
324 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
325 EXTRA_CFLAGS: $EXTRA_CFLAGS 324 EXTRA_CFLAGS: $EXTRA_CFLAGS
325 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
326 fatal warnings: $HAVE_FATAL_WARNINGS 326 fatal warnings: $HAVE_FATAL_WARNINGS
327 gcov instrumentation: $HAVE_GCOV 327 gcov instrumentation: $HAVE_GCOV
328 install as a SUID executable: $HAVE_SUID 328 install as a SUID executable: $HAVE_SUID