diff options
author | foobar <sniper@php.net> | 2005-11-10 08:04:57 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-11-10 08:04:57 +0000 |
commit | 9b7a28e9a2ebc1f1a738fc999b1d2848c6f93032 (patch) | |
tree | a801c99a5e2ecf559b8bd7d73474c59bf2702619 /ext/curl/config.m4 | |
parent | 3e1bb4edf391bf8d8b474238ec4683e1380825fe (diff) | |
download | php-git-9b7a28e9a2ebc1f1a738fc999b1d2848c6f93032.tar.gz |
fix configure help
Diffstat (limited to 'ext/curl/config.m4')
-rw-r--r-- | ext/curl/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/curl/config.m4 b/ext/curl/config.m4 index 94baf6af22..1352110237 100644 --- a/ext/curl/config.m4 +++ b/ext/curl/config.m4 @@ -2,12 +2,12 @@ dnl dnl $Id$ dnl -PHP_ARG_WITH(curl, for CURL support, -[ --with-curl[=DIR] Include CURL support]) +PHP_ARG_WITH(curl, for cURL support, +[ --with-curl[=DIR] Include cURL support]) dnl Temporary option while we develop this aspect of the extension PHP_ARG_WITH(curlwrappers, if we should use CURL for url streams, -[ --with-curlwrappers Use CURL for url streams], no, no) +[ --with-curlwrappers cURL: Use cURL for url streams], no, no) if test "$PHP_CURL" != "no"; then if test -r $PHP_CURL/include/curl/easy.h; then |