]> granicus.if.org Git - curl/commitdiff
Remove experimental check. Currently there's no need for it.
authorYang Tse <yangsita@gmail.com>
Mon, 11 May 2009 00:28:18 +0000 (00:28 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 11 May 2009 00:28:18 +0000 (00:28 +0000)
ares/configure.ac
configure.ac

index 4b93fb4b1a76bb289fc652aa38413f4b77a22e3d..c259e4e4f76db9a548fe83c0f5f6375acb68a8e9 100644 (file)
@@ -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.
index f9a2260cd39feca7ebc51715614c0a9a64958d33..ada6b98986537bb753bd7bb80a19345ee173ce2a 100644 (file)
@@ -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.