aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
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