From 305f4d92ef4b25a3139112592fef31256ca3abd8 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 19 Nov 2008 01:57:27 +0000 Subject: [PATCH] user provided PATH_SEPARATOR always overrides auto-detected one --- ares/m4/cares-system.m4 | 4 +--- m4/curl-system.m4 | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ares/m4/cares-system.m4 b/ares/m4/cares-system.m4 index 278140160e..39b3c859a9 100644 --- a/ares/m4/cares-system.m4 +++ b/ares/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. diff --git a/m4/curl-system.m4 b/m4/curl-system.m4 index 57d4cccb64..3f8bb19f91 100644 --- a/m4/curl-system.m4 +++ b/m4/curl-system.m4 @@ -22,7 +22,7 @@ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. -# serial 1 +# serial 2 dnl CURL_CHECK_PATH_SEPARATOR @@ -63,10 +63,8 @@ AC_DEFUN([CURL_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. -- GitLab