diff options
author | foobar <sniper@php.net> | 2003-03-07 04:32:36 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-03-07 04:32:36 +0000 |
commit | e32eaf29deba326dc7ccd9576a19eed75dcfd3fc (patch) | |
tree | 73d93a8138bfd359c0a410886f7d533ee413149c /ext | |
parent | c9181cc9a90de2f9e93b1070655472418e48fc5b (diff) | |
download | php-git-e32eaf29deba326dc7ccd9576a19eed75dcfd3fc.tar.gz |
Fixed typo caught by Dave.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/odbc/config.m4 | 2 |
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,[ ]) |