cosmetic fix to default odbcver

This commit is contained in:
Anatol Belski 2015-03-23 00:07:09 +01:00
parent d33636f764
commit a759c40872

View File

@ -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