]> granicus.if.org Git - curl/commitdiff
remove from configure.ac temporary magic for the icc seg-fault issue
authorYang Tse <yangsita@gmail.com>
Wed, 22 Oct 2008 11:10:56 +0000 (11:10 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 22 Oct 2008 11:10:56 +0000 (11:10 +0000)
ares/configure.ac
configure.ac

index 5de956a76e2efedf1db6b7c86c228fae1119eec0..0550eaba874c41ae9d21a32543a4096c49a3d342 100644 (file)
@@ -118,10 +118,6 @@ case $host in
     AC_MSG_RESULT([yes])
     with_pic=yes
     ;;
-  i686*linux*)
-    AC_MSG_RESULT([yes])
-    with_pic=yes
-    ;;
   *)
     AC_MSG_RESULT([no])
     ;;
@@ -152,10 +148,10 @@ CARES_SET_COMPILER_DEBUG_OPTS
 CARES_SET_COMPILER_OPTIMIZE_OPTS
 CARES_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" &&
@@ -170,9 +166,9 @@ dnl     #
       fi
       #
     fi
-dnl     ;;
-dnl   #
-dnl esac
+    ;;
+  #
+esac
 
 CURL_CHECK_COMPILER_HALT_ON_ERROR
 CURL_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE
index cf3b219ef640f19a459ed5fc3904f61667f4e134..3fdf376bbe9e2bef80dc647b8a808beb7945e7dc 100644 (file)
@@ -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