mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
cosmetic fix to default odbcver
This commit is contained in:
parent
d33636f764
commit
a759c40872
@ -500,7 +500,7 @@ if test "no" != "$PHP_ODBCVER"; then
|
||||
AC_DEFINE_UNQUOTED(ODBCVER, $PHP_ODBCVER, [ The highest supported ODBC version ])
|
||||
fi
|
||||
else
|
||||
AC_DEFINE(ODBCVER, 0x300, [ The highest supported ODBC version ])
|
||||
AC_DEFINE(ODBCVER, 0x0300, [ The highest supported ODBC version ])
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user