summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-01-23 16:54:33 +0100
committerYang Tse <yangsita@gmail.com>2013-01-23 18:20:33 +0100
commit14e78ad68b50cd472f0e9ce22c1dd9618e2109d6 (patch)
treeba5bafa9d777b63281875bb6093099ed4540a71b /configure.ac
parentb74bcad7144f23330f66c82ee608b09adcd02f7c (diff)
downloadc-ares-14e78ad68b50cd472f0e9ce22c1dd9618e2109d6.tar.gz
c-ares-14e78ad68b50cd472f0e9ce22c1dd9618e2109d6.tar.bz2
c-ares-14e78ad68b50cd472f0e9ce22c1dd9618e2109d6.zip
configure: use XC_CONFIGURE_PREAMBLE early checks
Some basic checks we make were placed early enough in generated configure script when using autoconf 2.5X versions. Newer autoconf versions expand these checks much further into the configure script, rendering them useless. Using XC_CONFIGURE_PREAMBLE fixes placement of early intended checks across all our autoconf supported versions.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 84aa300..d1bb8bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ dnl Version not hardcoded here. Fetched later from ares_version.h
AC_INIT([c-ares], [-],
[c-ares mailing list: http://cool.haxx.se/mailman/listinfo/c-ares])
+XC_OVR_ZZ40
XC_OVR_ZZ50
XC_OVR_ZZ60
CARES_OVERRIDE_AUTOCONF
@@ -20,8 +21,6 @@ CARES_CHECK_OPTION_WERROR
CARES_CHECK_OPTION_CURLDEBUG
CARES_CHECK_OPTION_SYMBOL_HIDING
-CARES_CHECK_PATH_SEPARATOR_REQUIRED
-
dnl SED is mandatory for configure process and libtool.
dnl Set it now, allowing it to be changed later.
AC_PATH_PROG([SED], [sed], [not_found],