From d4bee942d63d5b05ab2247e18d8b0c6391edee7e Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 12 Sep 2001 19:54:46 +0000 Subject: [PATCH] be more flexible in finding a db++ installation --- 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 8a96273563..b2411ad58e 100644 --- a/ext/dbplus/config.m4 +++ b/ext/dbplus/config.m4 @@ -7,7 +7,7 @@ PHP_ARG_WITH(dbplus, for dbplus support, if test "$PHP_DBPLUS" != "no"; then # --with-dbplus -> check with-path - SEARCH_PATH="/usr/dbplus" + SEARCH_PATH="/usr/dbplus /usr/local/dbplus /opt/dbplus" SEARCH_FOR="/include/dbconfig.h" if test -r $PHP_DBPLUS/; then # path given as parameter DBPLUS_DIR=$PHP_DBPLUS -- 2.50.1