Update config.m4 for PHP 5.6
This commit is contained in:
parent
eb0ec7f9c2
commit
c9b5f62ec3
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ if test "$PHP_PDO_SQLCIPHER" != "no"; then
|
||||||
pdo_inc_path=$prefix/include/php5/ext
|
pdo_inc_path=$prefix/include/php5/ext
|
||||||
elif test -f $prefix/include/php/5.5/php/ext/pdo/php_pdo_driver.h; then
|
elif test -f $prefix/include/php/5.5/php/ext/pdo/php_pdo_driver.h; then
|
||||||
pdo_inc_path=$prefix/include/php/5.5/php/ext
|
pdo_inc_path=$prefix/include/php/5.5/php/ext
|
||||||
|
elif test -f $prefix/include/php/5.6/php/ext/pdo/php_pdo_driver.h; then
|
||||||
|
pdo_inc_path=$prefix/include/php/5.6/php/ext
|
||||||
else
|
else
|
||||||
AC_MSG_ERROR([Cannot find php_pdo_driver.h.])
|
AC_MSG_ERROR([Cannot find php_pdo_driver.h.])
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue