summaryrefslogtreecommitdiff
path: root/ext/pdo/config.m4
blob: 97688d28bf99ef61a529284c905083c071450de8 (plain)
1
2
3
4
5
6
7
8
9
dnl $Id$
dnl config.m4 for extension pdo

PHP_ARG_ENABLE(pdo, whether to enable PDO support,
[  --enable-pdo           Enable PHP Data Objects support])

if test "$PHP_PDO" != "no"; then
  PHP_NEW_EXTENSION(pdo, pdo.c pdo_dbh.c pdo_stmt.c, $ext_shared)
fi