sniper Thu Mar 6 23:32:37 2003 EDT
Modified files:
/php4/ext/odbc config.m4
Log:
Fixed typo caught by Dave.
Index: php4/ext/odbc/config.m4
diff -u php4/ext/odbc/config.m4:1.57 php4/ext/odbc/config.m4:1.58
--- php4/ext/odbc/config.m4:1.57 Tue Feb 25 06:48:50 2003
+++ php4/ext/odbc/config.m4 Thu Mar 6 23:32:36 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.57 2003/02/25 11:48:50 sniper Exp $
+dnl $Id: config.m4,v 1.58 2003/03/07 04:32:36 sniper Exp $
dnl
dnl
@@ -538,7 +538,7 @@
if test -n "$ODBC_TYPE"; then
if test "$ODBC_TYPE" != "dbmaker"; then
if test "$shared" != "yes"; then
- PHP_EVAL_LIBLINE([$ODBC_LFLAGS $ODBC_LIBS], OBDC_SHARED_LIBADD)
+ PHP_EVAL_LIBLINE([$ODBC_LFLAGS $ODBC_LIBS], ODBC_SHARED_LIBADD)
fi
fi
AC_DEFINE(HAVE_UODBC,1,[ ])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php