diff options
-rw-r--r-- | ext/dbplus/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbplus/config.m4 b/ext/dbplus/config.m4 index 3232ff2000..dcf5bc0b54 100644 --- a/ext/dbplus/config.m4 +++ b/ext/dbplus/config.m4 @@ -27,7 +27,7 @@ if test "$PHP_DBPLUS" != "no"; then fi # --with-dbplus -> add include path - AC_ADD_INCLUDE($DBPLUS_DIR/include) + PHP_ADD_INCLUDE($DBPLUS_DIR/include) # --with-dbplus -> chech for lib and symbol presence LIBNAME=Ddb |