summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-07 13:58:15 +0000
committerYang Tse <yangsita@gmail.com>2009-05-07 13:58:15 +0000
commit78e9ec92b742e6200136535800e6cdb535230ca5 (patch)
tree6061a230c7510481ca5fca42a778c06bf364fbd2 /configure.ac
parent411a7e17a18a682e582541b96b77bcad75daefcf (diff)
downloadc-ares-78e9ec92b742e6200136535800e6cdb535230ca5.tar.gz
c-ares-78e9ec92b742e6200136535800e6cdb535230ca5.tar.bz2
c-ares-78e9ec92b742e6200136535800e6cdb535230ca5.zip
Proper naming for the experimental compiler test and moved to *-compilers.m4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 14f580c..b779c2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,6 +160,7 @@ 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.