summaryrefslogtreecommitdiff
path: root/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
commite1b2f2eff4b8597d92531a4c1f92438b160ca6c2 (patch)
treece80427fd23628b466865c9dca9a0d550336615e /configure.ac
parent6444711a2ec98516cc9989e51aaf3d26e6b4497e (diff)
downloadc-ares-e1b2f2eff4b8597d92531a4c1f92438b160ca6c2.tar.gz
c-ares-e1b2f2eff4b8597d92531a4c1f92438b160ca6c2.tar.bz2
c-ares-e1b2f2eff4b8597d92531a4c1f92438b160ca6c2.zip
some more temporary magic for the icc seg-fault issue
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 0a6a5fc..1629582 100644
--- a/configure.ac
+++ b/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