[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php4 /ext/dba config.m4
From:       "Jani Taskinen" <sniper () iki ! fi>
Date:       2001-06-28 15:16:29
[Download RAW message or body]

sniper		Thu Jun 28 11:16:29 2001 EDT

  Modified files:              
    /php4/ext/dba	config.m4 
  Log:
  let this be more userfriendly.
  
  
Index: php4/ext/dba/config.m4
diff -u php4/ext/dba/config.m4:1.14 php4/ext/dba/config.m4:1.15
--- php4/ext/dba/config.m4:1.14	Thu May 17 11:27:12 2001
+++ php4/ext/dba/config.m4	Thu Jun 28 11:16:28 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.14 2001/05/17 15:27:12 martin Exp $
+dnl $Id: config.m4,v 1.15 2001/06/28 15:16:28 sniper Exp $
 dnl config.m4 for extension dba
 dnl don't forget to call PHP_EXTENSION(dba)
 
@@ -106,7 +106,7 @@
 AC_ARG_WITH(db2,
 [  --with-db2[=DIR]        Include Berkeley DB2 support],[
   if test "$withval" != "no"; then
-    for i in /usr/local /usr /usr/BerkeleyDB $withval; do
+    for i in /usr/local /usr /usr/BerkeleyDB $withval/BerkeleyDB $withval; do
       if test -f "$i/db2/db.h"; then
         THIS_PREFIX=$i
         DB2_EXTRA=db2



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-cvs-unsubscribe@lists.php.net
For additional commands, e-mail: php-cvs-help@lists.php.net
To contact the list administrators, e-mail: php-list-admin@lists.php.net

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic