summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-03-07 04:32:36 +0000
committerfoobar <sniper@php.net>2003-03-07 04:32:36 +0000
commite32eaf29deba326dc7ccd9576a19eed75dcfd3fc (patch)
tree73d93a8138bfd359c0a410886f7d533ee413149c /ext
parentc9181cc9a90de2f9e93b1070655472418e48fc5b (diff)
downloadphp-git-e32eaf29deba326dc7ccd9576a19eed75dcfd3fc.tar.gz
Fixed typo caught by Dave.
Diffstat (limited to 'ext')
-rw-r--r--ext/odbc/config.m42
1 files changed, 1 insertions, 1 deletions
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,[ ])