summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-11-01 08:17:28 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-11-01 08:17:28 +0100
commita6f9dc295d28a058c26d7cf5dd9c9cdd0101210c (patch)
tree03664a621d8a5134c89dd6e22bdc9036aa161df3
parent8effa8c2b09906a2f00a3f08322dc5da35245b0a (diff)
downloadcurl-bagder/configure-extend-summary.tar.gz
configure: show CFLAGS, LDFLAGS etc in summarybagder/configure-extend-summary
To make it easier to understand other people's builds etc.
-rwxr-xr-xconfigure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8a7dd6a14..b06118f75 100755
--- a/configure.ac
+++ b/configure.ac
@@ -4362,10 +4362,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}