diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-07 13:58:15 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-07 13:58:15 +0000 |
commit | 7a928b40f3d2615021faa1e1c921e30d5c983875 (patch) | |
tree | 60f28975058188df6d20d9a52dc6b6ee0e858571 /configure.ac | |
parent | 172501e10c16c28607c86e55fa92b9a75c020478 (diff) | |
download | curl-7a928b40f3d2615021faa1e1c921e30d5c983875.tar.gz |
Proper naming for the experimental compiler test and moved to *-compilers.m4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0e0a1bf6e..391d7380b 100644 --- a/configure.ac +++ b/configure.ac @@ -269,6 +269,7 @@ 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. @@ -1999,8 +2000,6 @@ AC_CHECK_TYPE([bool],[ #endif ]) -CURL_A_COUPLE_OF_EXPERIMENTAL_COMPILER_TESTS - CURL_CONFIGURE_CURL_SOCKLEN_T TYPE_IN_ADDR_T |