fix configure help

This commit is contained in:
foobar 2005-11-10 08:04:57 +00:00
parent 3e1bb4edf3
commit 9b7a28e9a2
4 changed files with 7 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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)