mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Move Unicode ODBC functions to separate file (remove ODBC's iconv)
Use wcstombs and friends to perform Unicode conversion inside the ODBC driver. Functionality should be identical as before, except that installations without iconv will now be able to compile and install the Unicode (libmdbodbcW) driver. iconv remains present in the main libmdb library.
This commit is contained in:
@@ -103,9 +103,6 @@ if test "$enable_iconv" = "yes"; then
|
||||
fi
|
||||
AC_SUBST(HAVE_ICONV_H)
|
||||
|
||||
dnl Wide-char ODBC driver still requires iconv
|
||||
AM_CONDITIONAL(ICONV, test "$am_cv_func_iconv" = "yes")
|
||||
|
||||
dnl Fuzz testing
|
||||
AC_ARG_ENABLE([fuzz-testing], AS_HELP_STRING([--enable-fuzz-testing], [enable fuzz testing (requires Clang 6 or later)]), [
|
||||
AC_MSG_CHECKING([whether $CC accepts -fsanitize=fuzzer])
|
||||
|
||||
Reference in New Issue
Block a user