]> granicus.if.org Git - php/commitdiff
be more flexible in finding a db++ installation
authorHartmut Holzgraefe <hholzgra@php.net>
Wed, 12 Sep 2001 19:54:46 +0000 (19:54 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Wed, 12 Sep 2001 19:54:46 +0000 (19:54 +0000)
ext/dbplus/config.m4

index 8a9627356352f03639c3b7fe9854151a30ecba31..b2411ad58eca72fb6084f0a611f7dc13e4abd26e 100644 (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