summaryrefslogtreecommitdiff
path: root/ext/curl/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/config.m4')
-rw-r--r--ext/curl/config.m46
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