aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-09 03:05:48 +0000
committerYang Tse <yangsita@gmail.com>2008-10-09 03:05:48 +0000
commitb2ca0babebaa3144e8d9ca12bdfec0358fb9159c (patch)
treeebc077591a9f46b7a37f2a214814be502014bfcd
parented4ae322f522c07e725df11acc79d9f8b86a2a8a (diff)
oops
-rw-r--r--ares/m4/cares-compilers.m45
-rw-r--r--m4/curl-compilers.m45
2 files changed, 4 insertions, 6 deletions
diff --git a/ares/m4/cares-compilers.m4 b/ares/m4/cares-compilers.m4
index c1b123a45..8d0c069e6 100644
--- a/ares/m4/cares-compilers.m4
+++ b/ares/m4/cares-compilers.m4
@@ -16,7 +16,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 9
+# serial 12
dnl CARES_CHECK_COMPILER
@@ -233,9 +233,8 @@ AC_DEFUN([CARES_CHECK_COMPILER_SGI], [
compiler_id="SGIC"
fi
fi
- if test "$compiler_id" != "SGIC"; then
+ if test "$compiler_id" = "SGIC"; then
AC_MSG_RESULT([yes])
- compiler_id="SGIC"
flags_dbg_all="-g -g0 -g1 -g2 -g3"
flags_dbg_yes="-g"
flags_dbg_off="-g0"
diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
index 55d3ff9db..f15e9fb98 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 8
+# serial 11
dnl CURL_CHECK_COMPILER
@@ -239,9 +239,8 @@ AC_DEFUN([CURL_CHECK_COMPILER_SGI], [
compiler_id="SGIC"
fi
fi
- if test "$compiler_id" != "SGIC"; then
+ if test "$compiler_id" = "SGIC"; then
AC_MSG_RESULT([yes])
- compiler_id="SGIC"
flags_dbg_all="-g -g0 -g1 -g2 -g3"
flags_dbg_yes="-g"
flags_dbg_off="-g0"