sander Wed Sep 11 12:17:34 2002 EDT
Modified files:
/php4/ext/dba config.m4
Log:
Fix configure
Index: php4/ext/dba/config.m4
diff -u php4/ext/dba/config.m4:1.20 php4/ext/dba/config.m4:1.21
--- php4/ext/dba/config.m4:1.20 Wed Sep 11 11:05:06 2002
+++ php4/ext/dba/config.m4 Wed Sep 11 12:17:33 2002
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.20 2002/09/11 15:05:06 kalowsky Exp $
+dnl $Id: config.m4,v 1.21 2002/09/11 16:17:33 sander Exp $
dnl
AC_DEFUN(PHP_TEMP_LDFLAGS,[
@@ -164,7 +164,7 @@
elif test -f "$i/include/db3.h"; then
THIS_PREFIX=$i
DB3_EXTRA=db3.h
- elif test -f "$i/include/db.h" ;
+ elif test -f "$i/include/db.h"; then
THIS_PREFIX=$i
DB3_EXTRA=db.h
fi
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php