summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-11-19 01:57:27 +0000
committerYang Tse <yangsita@gmail.com>2008-11-19 01:57:27 +0000
commit8a34a3a045a76282b81bbda780204a1633a64398 (patch)
tree90ead5c1b8233939396b3d39c1a2ce48afc75063 /m4
parentca44947b99c23ae69214e52b66c466418dfcc951 (diff)
downloadc-ares-8a34a3a045a76282b81bbda780204a1633a64398.tar.gz
c-ares-8a34a3a045a76282b81bbda780204a1633a64398.tar.bz2
c-ares-8a34a3a045a76282b81bbda780204a1633a64398.zip
user provided PATH_SEPARATOR always overrides auto-detected one
Diffstat (limited to 'm4')
-rw-r--r--m4/cares-system.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/cares-system.m4 b/m4/cares-system.m4
index 2781401..39b3c85 100644
--- a/m4/cares-system.m4
+++ b/m4/cares-system.m4
@@ -16,7 +16,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 1
+# serial 2
dnl CARES_CHECK_PATH_SEPARATOR
@@ -57,10 +57,8 @@ AC_DEFUN([CARES_CHECK_PATH_SEPARATOR], [
dnl Separator with the greater directory count is the auto-detected one.
if test $tst_dirs_sem -gt $tst_dirs_col; then
tst_auto_separator=';'
- PATH_SEPARATOR=';'
else
tst_auto_separator=':'
- PATH_SEPARATOR=':'
fi
if test -z "$PATH_SEPARATOR"; then
dnl Simply use the auto-detected one when not already set.