From 62a6c3bfcc97bd0d01f18be45fd66fd42f491e6f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 7 Mar 2002 14:59:48 +0000 Subject: [PATCH] Bad extension. Still using AC_ADD_INCLUDE! --- ext/dbplus/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1