]> granicus.if.org Git - curl/commitdiff
configure: show CFLAGS, LDFLAGS etc in summary
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Nov 2018 07:17:28 +0000 (08:17 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Nov 2018 10:58:06 +0000 (11:58 +0100)
To make it easier to understand other people's and remote builds etc.

Closes #3207

configure.ac

index bbbf3af170f85538e17ee1b36c68cd102b68a3a4..68b464e66356698c218c4ca7c429f52ce5afe2fb 100755 (executable)
@@ -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}