This commit is contained in:
Yang Tse
2008-10-09 03:05:48 +00:00
parent ed4ae322f5
commit b2ca0babeb
2 changed files with 4 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
#*************************************************************************** #***************************************************************************
# File version for 'aclocal' use. Keep it a single number. # File version for 'aclocal' use. Keep it a single number.
# serial 9 # serial 12
dnl CARES_CHECK_COMPILER dnl CARES_CHECK_COMPILER
@@ -233,9 +233,8 @@ AC_DEFUN([CARES_CHECK_COMPILER_SGI], [
compiler_id="SGIC" compiler_id="SGIC"
fi fi
fi fi
if test "$compiler_id" != "SGIC"; then if test "$compiler_id" = "SGIC"; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
compiler_id="SGIC"
flags_dbg_all="-g -g0 -g1 -g2 -g3" flags_dbg_all="-g -g0 -g1 -g2 -g3"
flags_dbg_yes="-g" flags_dbg_yes="-g"
flags_dbg_off="-g0" flags_dbg_off="-g0"

View File

@@ -22,7 +22,7 @@
#*************************************************************************** #***************************************************************************
# File version for 'aclocal' use. Keep it a single number. # File version for 'aclocal' use. Keep it a single number.
# serial 8 # serial 11
dnl CURL_CHECK_COMPILER dnl CURL_CHECK_COMPILER
@@ -239,9 +239,8 @@ AC_DEFUN([CURL_CHECK_COMPILER_SGI], [
compiler_id="SGIC" compiler_id="SGIC"
fi fi
fi fi
if test "$compiler_id" != "SGIC"; then if test "$compiler_id" = "SGIC"; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
compiler_id="SGIC"
flags_dbg_all="-g -g0 -g1 -g2 -g3" flags_dbg_all="-g -g0 -g1 -g2 -g3"
flags_dbg_yes="-g" flags_dbg_yes="-g"
flags_dbg_off="-g0" flags_dbg_off="-g0"