summaryrefslogtreecommitdiff
path: root/ext/dbplus
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-09-12 19:54:46 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-09-12 19:54:46 +0000
commitd4bee942d63d5b05ab2247e18d8b0c6391edee7e (patch)
tree5faa437a0f22593164e971c1beab499fbea34db6 /ext/dbplus
parent5275b603987d197daa8318b55d6a9118c83a7fde (diff)
downloadphp-git-d4bee942d63d5b05ab2247e18d8b0c6391edee7e.tar.gz
be more flexible in finding a db++ installation
Diffstat (limited to 'ext/dbplus')
-rw-r--r--ext/dbplus/config.m42
1 files changed, 1 insertions, 1 deletions
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