aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-11 00:28:18 +0000
committerYang Tse <yangsita@gmail.com>2009-05-11 00:28:18 +0000
commit9a9f35039edb3df241a21dd1f3dc3104e6489233 (patch)
tree5271606973b2c29f9bbe62aa8b38b67e8c083bef /configure.ac
parente6f84b8cc845b7a3cbbdff1c714b389207c1cdc1 (diff)
Remove experimental check. Currently there's no need for it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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.