summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-01 13:02:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-01 13:02:34 +0000
commit193a652e6ab613a7f3510e9dcff5070848e1971d (patch)
tree0bce7a6e5b3aef913830974570f5866f920c942e /acinclude.m4
parent4d12be98678ece6c9491197335b7abba876924e7 (diff)
downloadcurl-193a652e6ab613a7f3510e9dcff5070848e1971d.tar.gz
When setting aggressive pedantic compiler options, display what options
that were set. For easier debugging/changing of this.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index d69a181bf..84fbff929 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -554,6 +554,12 @@ AC_DEFUN([CURL_CC_DEBUG_OPTS],
CFLAGS="$CFLAGS $WARN"
+ AC_MSG_NOTICE([Added this set of compiler options: $WARN])
+
+ else dnl $GCC = yes
+
+ AC_MSG_NOTICE([Added no extra compiler options])
+
fi dnl $GCC = yes
dnl strip off optimizer flags