]> granicus.if.org Git - curl/commitdiff
oops
authorYang Tse <yangsita@gmail.com>
Thu, 9 Oct 2008 03:05:48 +0000 (03:05 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 9 Oct 2008 03:05:48 +0000 (03:05 +0000)
ares/m4/cares-compilers.m4
m4/curl-compilers.m4

index c1b123a4508587322d1f1a82cd8fb4bdaa160b6c..8d0c069e63e47f2ab372f2ba45875acb7791c4df 100644 (file)
@@ -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"
index 55d3ff9db95950b00b4f54225445b9c32c01cb7f..f15e9fb980fb1dc7b92ffd15509a1ad3574ca0bf 100644 (file)
@@ -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"