aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-20 15:56:08 +0000
committerYang Tse <yangsita@gmail.com>2008-10-20 15:56:08 +0000
commit231a51fe7ac4f21d3e8d6dd5b6e039e1aa304406 (patch)
tree20618d78ca0f69f38edbd4b6e96066e409f605d0 /ares/configure.ac
parent8d0cbaf8df1544d288131eb47a04ff0aefd88f16 (diff)
some more temporary magic for the icc seg-fault issue
Diffstat (limited to 'ares/configure.ac')
-rw-r--r--ares/configure.ac16
1 files changed, 8 insertions, 8 deletions
diff --git a/ares/configure.ac b/ares/configure.ac
index 0a6a5fcd3..1629582ee 100644
--- a/ares/configure.ac
+++ b/ares/configure.ac
@@ -148,11 +148,11 @@ CARES_SET_COMPILER_DEBUG_OPTS
CARES_SET_COMPILER_OPTIMIZE_OPTS
CARES_SET_COMPILER_WARNING_OPTS
-case $host in
- #
- x86_64*linux*|amd64*freebsd*|ia64*freebsd*)
- #
- if test "$compiler_id" = "ICC_unix"; then
+dnl case $host in
+dnl #
+dnl x86_64*linux*|amd64*freebsd*|ia64*freebsd*)
+dnl #
+ if test "$compiler_id" = "INTEL_UNIX_C"; then
#
if test "$compiler_num" -ge "900" &&
test "$compiler_num" -lt "1000"; then
@@ -166,9 +166,9 @@ case $host in
fi
#
fi
- ;;
- #
-esac
+dnl ;;
+dnl #
+dnl esac
CURL_CHECK_COMPILER_HALT_ON_ERROR
CURL_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE