From: Marcus Boerger Date: Wed, 19 May 2004 20:56:06 +0000 (+0000) Subject: - Allow to compile as builtin module X-Git-Tag: RELEASE_0_1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd90645613585e5ac8fdc9bcdd032d1d3ab4e01a;p=php - Allow to compile as builtin module --- 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