1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00

be more flexible in finding a db++ installation

This commit is contained in:
Hartmut Holzgraefe
2001-09-12 19:54:46 +00:00
parent 5275b60398
commit d4bee942d6

View File

@@ -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