Comment 1 for bug 1393640

Revision history for this message
Brad Erickson (eosrei) wrote :

This patch changes the php_pdo_driver location test from php/ to php5/:

- elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then
- pdo_cv_inc_path=$prefix/include/php/ext
+ elif test -f $prefix/include/php5/ext/pdo/php_pdo_driver.h; then
+ pdo_cv_inc_path=$prefix/include/php5/ext

Seems like the correct solution to me, but I could be completely wrong. Thanks