]> granicus.if.org Git - curl/commitdiff
When setting aggressive pedantic compiler options, display what options
authorDaniel Stenberg <daniel@haxx.se>
Mon, 1 Mar 2004 13:02:34 +0000 (13:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Mar 2004 13:02:34 +0000 (13:02 +0000)
that were set. For easier debugging/changing of this.

acinclude.m4

index d69a181bfbbca222f4b81172d4c9412be319380f..84fbff929b9d3188f18978cf4da367d75e6444ac 100644 (file)
@@ -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