])
PHP_ARG_WITH(ldap,whether to include LDAP support,
-[ --with-ldap[=DIR] Include LDAP support. DIR is the LDAP base install directory.])
+[ --with-ldap[=DIR] Include LDAP support. DIR is the LDAP base
+ install directory.])
if test "$PHP_LDAP" != "no"; then
dnl config.m4 for extension mbstring
PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
-[ --enable-mbstring Enable multibyte string support])
+[ --enable-mbstring Enable multibyte string support])
if test "$PHP_MBSTRING" != "no"; then
AC_DEFINE(HAVE_MBSTRING,1,[ ])
dnl
PHP_ARG_WITH(mcrypt, for mcrypt support,
-[ --with-mcrypt[=DIR] Include mcrypt support. DIR is the mcrypt install directory.])
+[ --with-mcrypt[=DIR] Include mcrypt support. DIR is the mcrypt install
+ directory.])
if test "$PHP_MCRYPT" != "no"; then
for i in /usr/local /usr $PHP_MCRYPT; do
dnl config.m4 for extension libming
PHP_ARG_WITH(ming, whether to include ming support,
-[ --with-ming[=DIR] Include ming support])
+[ --with-ming[=DIR] Include ming support])
if test "$PHP_MING" != "no"; then
for i in $PHP_MING /usr/local /usr; do
dnl $Id$
PHP_ARG_WITH(mnogosearch,for mnoGoSearch support,
-[ --with-mnogosearch[=DIR] Include mnoGoSearch support. DIR is the mnoGoSearch base
- install directory, defaults to /usr/local/mnogosearch.])
+[ --with-mnogosearch[=DIR]
+ Include mnoGoSearch support. DIR is the mnoGoSearch
+ base install directory, defaults to
+ /usr/local/mnogosearch.])
if test "$PHP_MNOGOSEARCH" != "no"; then
])
PHP_ARG_WITH(oci8, for Oracle-OCI8 support,
-[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is ORACLE_HOME.])
+[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is
+ ORACLE_HOME.])
if test "$PHP_OCI8" != "no"; then
AC_MSG_CHECKING([Oracle Install-Dir])
AC_MSG_CHECKING(for Empress support)
AC_ARG_WITH(empress,
[ --with-empress[=DIR] Include Empress support. DIR is the Empress base
- install directory, defaults to \$EMPRESSPATH.
- From PHP4, this option only supports Empress Version
- 8.60 and above],
+ install directory, defaults to \$EMPRESSPATH.
+ From PHP4, this option only supports Empress Version
+ 8.60 and above],
[
PHP_WITH_SHARED
if test "$withval" != "no"; then
if test -z "$ODBC_TYPE"; then
AC_MSG_CHECKING(for Empress local access support)
AC_ARG_WITH(empress-bcs,
-[ --with-empress-bcs[=DIR]Include Empress Local Access support. DIR is the
- Empress base install directory, defaults to \$EMPRESSPATH.
- From PHP4, this option only supports Empress Version
- 8.60 and above],
+[ --with-empress-bcs[=DIR]
+ Include Empress Local Access support. DIR is the
+ Empress base install directory, defaults to
+ \$EMPRESSPATH. From PHP4, this option only supports
+ Empress Version 8.60 and above.],
[
PHP_WITH_SHARED
if test "$withval" != "no"; then
])
PHP_ARG_WITH(oracle, for Oracle-ORACLE support,
-[ --with-oracle[=DIR] Include Oracle-oci7 support. Default DIR is ORACLE_HOME.])
+[ --with-oracle[=DIR] Include Oracle-oci7 support. Default DIR is
+ ORACLE_HOME.])
if test "$PHP_ORACLE" != "no"; then
AC_MSG_CHECKING([Oracle Install-Dir])
dnl
PHP_ARG_WITH(zlib-dir,if the location of ZLIB install directory is defined,
-[ --with-zlib-dir=<DIR>] Define the location of zlib install directory])
+[ --with-zlib-dir[=DIR] Define the location of zlib install directory])
PHP_ARG_WITH(zlib,whether to include ZLIB support,
[ --with-zlib[=DIR] Include zlib support (requires zlib >= 1.0.9).
AC_ARG_WITH(caudium,
[ --with-caudium=DIR Build PHP as a Pike module for use with Caudium
DIR is the Caudium server dir, with the default value
- /usr/local/caudium/server.],
+ /usr/local/caudium/server.],
[
if test "$prefix" = "NONE"; then CPREF=/usr/local/; fi
if test ! -d $withval ; then
RESULT=no
AC_MSG_CHECKING(for Zeus ISAPI support)
AC_ARG_WITH(isapi,
-[ --with-isapi=DIR Build PHP as an ISAPI module for use with Zeus.],
+[ --with-isapi=DIR Build PHP as an ISAPI module for use with Zeus.],
[
if test "$withval" = "yes"; then
ZEUSPATH=/usr/local/zeus # the default