Update config.m4 for PHP 5.5 on AWS
This commit is contained in:
parent
54ae97cfb1
commit
a7b2518828
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ if test "$PHP_PDO_SQLCIPHER" != "no"; then
|
||||||
pdo_inc_path=$prefix/include/php/ext
|
pdo_inc_path=$prefix/include/php/ext
|
||||||
elif test -f $prefix/include/php5/ext/pdo/php_pdo_driver.h; then
|
elif test -f $prefix/include/php5/ext/pdo/php_pdo_driver.h; 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
|
||||||
|
pdo_inc_path=$prefix/include/php/5.5/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