aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-10-22 11:10:56 +0000
committerYang Tse <yangsita@gmail.com>2008-10-22 11:10:56 +0000
commit1054dc5ed1ce8e5783f3663ff49d59f72a0be517 (patch)
tree404b4d0ce1664c694959e58a6caa116385450460 /configure.ac
parent7fc4e8af0a2778f6c017a9a95d64a0c211ea1f55 (diff)
remove from configure.ac temporary magic for the icc seg-fault issue
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 7 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index cf3b219ef..3fdf376bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,10 +176,6 @@ case $host in
AC_MSG_RESULT([yes])
with_pic=yes
;;
- i686*linux*)
- AC_MSG_RESULT([yes])
- with_pic=yes
- ;;
*)
AC_MSG_RESULT([no])
;;
@@ -261,10 +257,10 @@ CURL_SET_COMPILER_DEBUG_OPTS
CURL_SET_COMPILER_OPTIMIZE_OPTS
CURL_SET_COMPILER_WARNING_OPTS
-dnl case $host in
-dnl #
-dnl x86_64*linux*|amd64*freebsd*|ia64*freebsd*)
-dnl #
+case $host in
+ #
+ x86_64*linux*|amd64*freebsd*|ia64*freebsd*)
+ #
if test "$compiler_id" = "INTEL_UNIX_C"; then
#
if test "$compiler_num" -ge "900" &&
@@ -279,9 +275,9 @@ dnl #
fi
#
fi
-dnl ;;
-dnl #
-dnl esac
+ ;;
+ #
+esac
CURL_CHECK_COMPILER_HALT_ON_ERROR
CURL_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE