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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user