Fixed typo caught by Dave.

This commit is contained in:
foobar 2003-03-07 04:32:36 +00:00
parent c9181cc9a9
commit e32eaf29de

View file

@ -538,7 +538,7 @@ fi
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,[ ])