diff options
author | Sascha Schumann <sas@php.net> | 2002-03-07 14:59:48 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-03-07 14:59:48 +0000 |
commit | 62a6c3bfcc97bd0d01f18be45fd66fd42f491e6f (patch) | |
tree | 6f304a664cbd5040b503eba0ec10073c867a8c06 | |
parent | 5eb451ff1888d67059c3f05b5d5501b80b4fe54e (diff) | |
download | php-git-62a6c3bfcc97bd0d01f18be45fd66fd42f491e6f.tar.gz |
Bad extension. Still using AC_ADD_INCLUDE!
-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 |