helly           Sat Feb  1 17:19:04 2003 EDT

  Modified files:              
    /php4/ext/dba       config.m4 
  Log:
  Change DBM detection order
  
Index: php4/ext/dba/config.m4
diff -u php4/ext/dba/config.m4:1.42 php4/ext/dba/config.m4:1.43
--- php4/ext/dba/config.m4:1.42 Sat Feb  1 13:59:59 2003
+++ php4/ext/dba/config.m4      Sat Feb  1 17:19:04 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.42 2003/02/01 18:59:59 helly Exp $
+dnl $Id: config.m4,v 1.43 2003/02/01 22:19:04 helly Exp $
 dnl
 
 dnl Suppose we need FlatFile if no support or only CDB is used.
@@ -306,7 +306,7 @@
     done
 
     if test -n "$THIS_INCLUDE"; then
-      for LIB in gdbm dbm c; do
+      for LIB in dbm c gdbm; do
         PHP_TEMP_LDFLAGS(-L$THIS_PREFIX/lib,[
           AC_CHECK_LIB($LIB, dbminit, [
             AC_MSG_CHECKING(for DBM using GDBM)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to