diff options
author | Yang Tse <yangsita@gmail.com> | 2009-10-19 04:13:12 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-10-19 04:13:12 +0000 |
commit | f49427d364f7ec3c8dce16a5e0b05afe65fcde2e (patch) | |
tree | 51af4b23c2130c700aa477c8af1506aad5bc7701 /configure.ac | |
parent | 04e8ff84fe74c3fdb2d4077d6e302f8d0c82a456 (diff) | |
download | curl-f49427d364f7ec3c8dce16a5e0b05afe65fcde2e.tar.gz |
Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATOR
is only expanded and included once in the configure script.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 095ec64de..dd53b2ed4 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ CURL_CHECK_OPTION_OPTIMIZE CURL_CHECK_OPTION_WARNINGS CURL_CHECK_OPTION_CURLDEBUG -CURL_CHECK_PATH_SEPARATOR +CURL_CHECK_PATH_SEPARATOR_REQUIRED dnl SED is mandatory for configure process and libtool. dnl Set it now, allowing it to be changed later. |