diff options
| author | Marcus Boerger <helly@php.net> | 2004-05-19 20:56:06 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-05-19 20:56:06 +0000 |
| commit | fd90645613585e5ac8fdc9bcdd032d1d3ab4e01a (patch) | |
| tree | 1752ef0fb44cb76e1c8ea13902e815a3e5943192 /ext/pdo_mysql/config.m4 | |
| parent | 862247693f6fd026e00ccc388807c41ac561c1b5 (diff) | |
| download | php-git-fd90645613585e5ac8fdc9bcdd032d1d3ab4e01a.tar.gz | |
- Allow to compile as builtin module
Diffstat (limited to 'ext/pdo_mysql/config.m4')
| -rwxr-xr-x | ext/pdo_mysql/config.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4 index 38e6ef4d01..5d35fea380 100755 --- a/ext/pdo_mysql/config.m4 +++ b/ext/pdo_mysql/config.m4 @@ -53,6 +53,8 @@ Note that the MySQL client library is not bundled anymore.]) pdo_inc_path=$prefix/include/php/ext elif test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then pdo_inc_path=$abs_srcdir/ext + elif test -f ext/pdo/php_pdo_driver.h; then + pdo_inc_path=ext else AC_MSG_ERROR([Cannot find php_pdo_driver.h.]) fi |
