php-src/ext/pdo_odbc/config.m4
Wez Furlong d6c4dee168 ODBC (v3 ish) driver for PDO.
Will not build under unix yet.
2004-05-17 15:43:01 +00:00

10 lines
273 B
Plaintext
Executable File

dnl $Id$
dnl config.m4 for extension pdo_odbc
PHP_ARG_WITH(pdo_odbc, for pdo_odbc support,
[ --with-pdo_odbc Include pdo_odbc support])
if test "$PHP_PDO_ODBC" != "no"; then
PHP_NEW_EXTENSION(pdo_odbc, pdo_odbc.c odbc_driver.c odbc_stmt.c, $ext_shared)
fi