From: foobar Date: Fri, 7 Mar 2003 04:32:36 +0000 (+0000) Subject: Fixed typo caught by Dave. X-Git-Tag: RELEASE_0_5~571 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e32eaf29deba326dc7ccd9576a19eed75dcfd3fc;p=php Fixed typo caught by Dave. --- diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index fcb2946ed5..0c1e154e3d 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -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,[ ])