From: Yang Tse Date: Mon, 11 May 2009 00:28:18 +0000 (+0000) Subject: Remove experimental check. Currently there's no need for it. X-Git-Tag: curl-7_19_5~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a9f35039edb3df241a21dd1f3dc3104e6489233;p=curl Remove experimental check. Currently there's no need for it. --- diff --git a/ares/configure.ac b/ares/configure.ac index 4b93fb4b1..c259e4e4f 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -160,7 +160,6 @@ esac CARES_CHECK_COMPILER_HALT_ON_ERROR CARES_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE -CARES_CHECK_COMPILER_STRUCT_MEMBER_SIZE dnl ********************************************************************** dnl Compilation based checks should not be done before this point. diff --git a/configure.ac b/configure.ac index f9a2260cd..ada6b9898 100644 --- a/configure.ac +++ b/configure.ac @@ -269,7 +269,6 @@ esac CURL_CHECK_COMPILER_HALT_ON_ERROR CURL_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE -CURL_CHECK_COMPILER_STRUCT_MEMBER_SIZE dnl ********************************************************************** dnl Compilation based checks should not be done before this point.