mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Fixed typo caught by Dave.
This commit is contained in:
parent
c9181cc9a9
commit
e32eaf29de
1 changed files with 1 additions and 1 deletions
|
@ -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,[ ])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue