Fixing JET4 Index support via libmswstr. Used as a separate library to do it like MS Jet and to ensure that mdbtools library doesn't get tainted with its source.

This commit is contained in:
leecher1337
2017-12-05 00:13:28 +01:00
parent c81d35f2ea
commit e9ec53f6bd
3 changed files with 85 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h limits.h unistd.h)
AC_CHECK_HEADERS(wordexp.h)
AC_CHECK_LIB(mswstr, DBLCMapStringW)
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST