summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/curl/config.m46
-rw-r--r--ext/pdo_dblib/config.m45
-rw-r--r--ext/snmp/config.m42
-rw-r--r--ext/unicode/config.m42
4 files changed, 7 insertions, 8 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
diff --git a/ext/pdo_dblib/config.m4 b/ext/pdo_dblib/config.m4
index ff4e03be4b..ad5f20679b 100644
--- a/ext/pdo_dblib/config.m4
+++ b/ext/pdo_dblib/config.m4
@@ -4,9 +4,8 @@ dnl
if test "$PHP_PDO" != "no"; then
PHP_ARG_WITH(pdo-dblib, for PDO_DBLIB support via FreeTDS,
-[ --with-pdo-dblib[=DIR] Include PDO_DBLIB-DB support. DIR is the FreeTDS home
- directory])
-
+[ --with-pdo-dblib[=DIR] Include PDO_DBLIB-DB support. DIR is the FreeTDS
+ home directory])
if test "$PHP_PDO_DBLIB" != "no"; then
diff --git a/ext/snmp/config.m4 b/ext/snmp/config.m4
index 5561c7dc70..0797fa60c8 100644
--- a/ext/snmp/config.m4
+++ b/ext/snmp/config.m4
@@ -125,7 +125,7 @@ fi
AC_MSG_CHECKING(whether to enable UCD SNMP hack)
AC_ARG_ENABLE(ucd-snmp-hack,
-[ --enable-ucd-snmp-hack SNMP: Enable UCD SNMP hack],[
+[ --enable-ucd-snmp-hack SNMP: Enable UCD SNMP hack],[
if test "$enableval" = "yes" ; then
AC_DEFINE(UCD_SNMP_HACK, 1, [ ])
AC_MSG_RESULT(yes)
diff --git a/ext/unicode/config.m4 b/ext/unicode/config.m4
index 68d28870dc..1b312bc5a2 100644
--- a/ext/unicode/config.m4
+++ b/ext/unicode/config.m4
@@ -3,7 +3,7 @@ dnl $Id$
dnl
PHP_ARG_ENABLE(unicode, whether to enable unicode functions,
-[ --disable-unicode Disable Unicode API support])
+[ --disable-unicode Disable Unicode API support])
if test "$PHP_UNICODE" != "no"; then
PHP_SUBST(UNICODE_SHARED_LIBADD)