aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-compilers.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-09 15:06:20 +0000
committerYang Tse <yangsita@gmail.com>2008-10-09 15:06:20 +0000
commit1c5336cd57958b3015a615677e3ef008212d1b84 (patch)
tree855f778b7cdb215b16a4f2515b0cb08bd207ec30 /m4/curl-compilers.m4
parent43c2cf4edb497e325df35e7c997d36e7a6875f47 (diff)
convert rejected compiler options messages into a warnings
Diffstat (limited to 'm4/curl-compilers.m4')
-rw-r--r--m4/curl-compilers.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
index 469801e69..b10830609 100644
--- a/m4/curl-compilers.m4
+++ b/m4/curl-compilers.m4
@@ -22,7 +22,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 11
+# serial 13
dnl CURL_CHECK_COMPILER
@@ -447,7 +447,7 @@ AC_DEFUN([CURL_SET_COMPILER_BASIC_OPTS], [
AC_MSG_NOTICE([compiler options added: $tmp_CFLAGS $tmp_CPPFLAGS])
],[
AC_MSG_RESULT([no])
- AC_MSG_NOTICE([compiler options rejected: $tmp_CFLAGS $tmp_CPPFLAGS])
+ AC_MSG_WARN([compiler options rejected: $tmp_CFLAGS $tmp_CPPFLAGS])
dnl restore initial settings
CPPFLAGS="$tmp_save_CPPFLAGS"
CFLAGS="$tmp_save_CFLAGS"
@@ -494,7 +494,7 @@ AC_DEFUN([CURL_SET_COMPILER_DEBUG_OPTS], [
AC_MSG_NOTICE([compiler options added: $tmp_options])
],[
AC_MSG_RESULT([no])
- AC_MSG_NOTICE([compiler options rejected: $tmp_options])
+ AC_MSG_WARN([compiler options rejected: $tmp_options])
dnl restore initial settings
CPPFLAGS="$tmp_save_CPPFLAGS"
CFLAGS="$tmp_save_CFLAGS"
@@ -567,7 +567,7 @@ AC_DEFUN([CURL_SET_COMPILER_OPTIMIZE_OPTS], [
AC_MSG_NOTICE([compiler options added: $tmp_options])
],[
AC_MSG_RESULT([no])
- AC_MSG_NOTICE([compiler options rejected: $tmp_options])
+ AC_MSG_WARN([compiler options rejected: $tmp_options])
dnl restore initial settings
CPPFLAGS="$tmp_save_CPPFLAGS"
CFLAGS="$tmp_save_CFLAGS"