From a7b2518828327317647eff5a03cd7290bf66a30a Mon Sep 17 00:00:00 2001 From: Oleg Aldekein Date: Mon, 16 Jun 2014 13:38:24 +0300 Subject: [PATCH] Update config.m4 for PHP 5.5 on AWS --- config.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.m4 b/config.m4 index 74af51d..8f0d50a 100644 --- a/config.m4 +++ b/config.m4 @@ -20,6 +20,8 @@ if test "$PHP_PDO_SQLCIPHER" != "no"; then pdo_inc_path=$prefix/include/php/ext elif test -f $prefix/include/php5/ext/pdo/php_pdo_driver.h; 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 else AC_MSG_ERROR([Cannot find php_pdo_driver.h.]) fi