From 2dac26063a0d1ba15f9d5eeb8e35f9f41374a351 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 1 Nov 2018 08:17:28 +0100 Subject: configure: show CFLAGS, LDFLAGS etc in summary To make it easier to understand other people's and remote builds etc. Closes #3207 --- configure.ac | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bbbf3af17..68b464e66 100755 --- a/configure.ac +++ b/configure.ac @@ -4300,10 +4300,15 @@ XC_AMEND_DISTCLEAN([lib src tests/unit tests/server tests/libtest docs/examples] AC_MSG_NOTICE([Configured to build curl/libcurl: - curl version: ${CURLVERSION} Host setup: ${host} Install prefix: ${prefix} Compiler: ${CC} + CFLAGS: ${CFLAGS} + CPPFLAGS: ${CPPFLAGS} + LDFLAGS: ${LDFLAGS} + LIBS: ${LIBS} + + curl version: ${CURLVERSION} SSL support: ${curl_ssl_msg} SSH support: ${curl_ssh_msg} zlib support: ${curl_zlib_msg} -- cgit v1.2.1