aboutsummaryrefslogtreecommitdiff
path: root/ares/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-10-19 04:13:12 +0000
committerYang Tse <yangsita@gmail.com>2009-10-19 04:13:12 +0000
commitf49427d364f7ec3c8dce16a5e0b05afe65fcde2e (patch)
tree51af4b23c2130c700aa477c8af1506aad5bc7701 /ares/configure.ac
parent04e8ff84fe74c3fdb2d4077d6e302f8d0c82a456 (diff)
Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATOR
is only expanded and included once in the configure script.
Diffstat (limited to 'ares/configure.ac')
-rw-r--r--ares/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/configure.ac b/ares/configure.ac
index 673f41796..65c251558 100644
--- a/ares/configure.ac
+++ b/ares/configure.ac
@@ -15,7 +15,7 @@ CARES_CHECK_OPTION_OPTIMIZE
CARES_CHECK_OPTION_WARNINGS
CARES_CHECK_OPTION_CURLDEBUG
-CARES_CHECK_PATH_SEPARATOR
+CARES_CHECK_PATH_SEPARATOR_REQUIRED
dnl SED is mandatory for configure process and libtool.
dnl Set it now, allowing it to be changed later.