diff --git a/configure b/configure index 721a1ba735..107a4e5fd1 100755 --- a/configure +++ b/configure @@ -35389,6 +35389,8 @@ main () locale_t t; strtod_l(NULL, NULL, t); + strtol_l(NULL, NULL, 0, t); + strtoul_l(NULL, NULL, 0, t); ; return 0; diff --git a/configure.in b/configure.in index 684b28f6b8..57a7ba4610 100644 --- a/configure.in +++ b/configure.in @@ -6136,6 +6136,8 @@ if test "$wxUSE_XLOCALE" = "yes" ; then [ locale_t t; strtod_l(NULL, NULL, t); + strtol_l(NULL, NULL, 0, t); + strtoul_l(NULL, NULL, 0, t); ], wx_cv_type_locale_t=yes, wx_cv_type_locale_t=no