diff --git a/js/src/configure.in b/js/src/configure.in index b3854a09e6ad..256856d3f330 100644 --- a/js/src/configure.in +++ b/js/src/configure.in @@ -687,6 +687,7 @@ if test -n "$_WIN32_MSVC"; then # Common to all MSVC environments: # Windows lacks , but has __int8, and so on. AC_DEFINE(JS_HAVE___INTN) + AC_DEFINE(HAVE_LOCALECONV) case "$target" in *-wince|*-winmo)