aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-30 01:16:55 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-03 07:46:28 -0300
commit55e3c5879e1e14daa3ae834a76b9fdfab32554bd (patch)
tree1c8b20318bc51653a80fa32104593fb4cec0bea2 /configure.ac
parentMerge pull request #5488 from kmk3/configure-fix-format-misc (diff)
downloadfirejail-55e3c5879e1e14daa3ae834a76b9fdfab32554bd.tar.gz
firejail-55e3c5879e1e14daa3ae834a76b9fdfab32554bd.tar.zst
firejail-55e3c5879e1e14daa3ae834a76b9fdfab32554bd.zip
configure*: print CC and CFLAGS
Currently, only EXTRA_CFLAGS and EXTRA_LDFLAGS are printed. See also the variables defined on config.mk.in.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e418b72bc..49ad265e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -291,6 +291,8 @@ AC_OUTPUT
291cat <<EOF 291cat <<EOF
292 292
293Compile options: 293Compile options:
294 CC: $CC
295 CFLAGS: $CFLAGS
294 EXTRA_CFLAGS: $EXTRA_CFLAGS 296 EXTRA_CFLAGS: $EXTRA_CFLAGS
295 EXTRA_LDFLAGS: $EXTRA_LDFLAGS 297 EXTRA_LDFLAGS: $EXTRA_LDFLAGS
296 fatal warnings: $HAVE_FATAL_WARNINGS 298 fatal warnings: $HAVE_FATAL_WARNINGS