summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-07 11:06:48 +0000
committerYang Tse <yangsita@gmail.com>2009-05-07 11:06:48 +0000
commit411a7e17a18a682e582541b96b77bcad75daefcf (patch)
treef96ef19b4e545933d3d4f5acbabb679810b0eaef /configure.ac
parent2a61e01b304695fc32e0cb35e7ed72392e1d25ae (diff)
downloadc-ares-411a7e17a18a682e582541b96b77bcad75daefcf.tar.gz
c-ares-411a7e17a18a682e582541b96b77bcad75daefcf.tar.bz2
c-ares-411a7e17a18a682e582541b96b77bcad75daefcf.zip
Moved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE to *-compilers.m4 along with other *_CHECK_COMPILER_*
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5655e53..14f580c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,8 +158,8 @@ case $host in
#
esac
-CURL_CHECK_COMPILER_HALT_ON_ERROR
-CURL_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE
+CARES_CHECK_COMPILER_HALT_ON_ERROR
+CARES_CHECK_COMPILER_ARRAY_SIZE_NEGATIVE
dnl **********************************************************************
dnl Compilation based checks should not be done before this point.