mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-08-20 09:13:13 +08:00
try locale_t
This commit is contained in:
parent
f93e84964b
commit
e922daf025
@ -86,7 +86,7 @@ AC_SUBST(LFLAGS)
|
||||
CFLAGS="$CFLAGS -Wall -Werror"
|
||||
LOCALE_T=locale_t
|
||||
AS_CASE([$host],
|
||||
[*mingw*], [LDFLAGS="$LDFLAGS -no-undefined" LOCALE_T=_locale_t], [])
|
||||
[*mingw*], [LDFLAGS="$LDFLAGS -no-undefined"], [])
|
||||
AC_SUBST(LOCALE_T)
|
||||
|
||||
dnl See if iconv is present and wanted
|
||||
|
||||
Loading…
Reference in New Issue
Block a user