1
0
Fork 0

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Sergey Payu 2017-12-08 09:18:54 +00:00
commit 5cb3be32c4

View file

@ -22,6 +22,8 @@ if test "$PHP_PDO_SQLCIPHER" != "no"; then
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
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
AC_MSG_ERROR([Cannot find php_pdo_driver.h.])
fi