summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_odbc/config.m4')
-rw-r--r--ext/pdo_odbc/config.m432
1 files changed, 12 insertions, 20 deletions
diff --git a/ext/pdo_odbc/config.m4 b/ext/pdo_odbc/config.m4
index 2f875d43de..7c1c469525 100644
--- a/ext/pdo_odbc/config.m4
+++ b/ext/pdo_odbc/config.m4
@@ -1,26 +1,18 @@
dnl config.m4 for extension pdo_odbc
define([PDO_ODBC_HELP_TEXT],[[
- include and lib dirs are looked for under 'dir'.
-
- 'flavour' can be one of: ibm-db2, iODBC, unixODBC, generic
- If ',dir' part is omitted, default for the flavour
- you have selected will be used. e.g.:
-
- --with-pdo-odbc=unixODBC
-
- will check for unixODBC under /usr/local. You may attempt
- to use an otherwise unsupported driver using the 'generic'
- flavour. The syntax for generic ODBC support is:
-
- --with-pdo-odbc=generic,dir,libname,ldflags,cflags
-
- When built as 'shared' the extension filename is always pdo_odbc.so]])
-
-PHP_ARG_WITH(pdo-odbc, for ODBC v3 support for PDO,
-[ --with-pdo-odbc=flavour,dir
- PDO: Support for 'flavour' ODBC driver.]PDO_ODBC_HELP_TEXT)
-
+ The include and lib dirs are looked for under 'dir'. The 'flavour' can be one
+ of: ibm-db2, iODBC, unixODBC, generic. If ',dir' part is omitted, default for
+ the flavour you have selected will be used. e.g.: --with-pdo-odbc=unixODBC
+ will check for unixODBC under /usr/local. You may attempt to use an otherwise
+ unsupported driver using the 'generic' flavour. The syntax for generic ODBC
+ support is: --with-pdo-odbc=generic,dir,libname,ldflags,cflags. When built as
+ 'shared' the extension filename is always pdo_odbc.so]])
+
+PHP_ARG_WITH([pdo-odbc],
+ [for ODBC v3 support for PDO],
+ [AS_HELP_STRING([--with-pdo-odbc=flavour,dir],
+ [PDO: Support for 'flavour' ODBC driver.]PDO_ODBC_HELP_TEXT)])
AC_DEFUN([PDO_ODBC_CHECK_HEADER],[
AC_MSG_CHECKING([for $1 in $PDO_ODBC_INCDIR])