X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwctype_h.m4;h=ef9fb049ce69013c8e4dbf5f3f303bead075d0fa;hb=5e29a7a095a6c960115cf48f5b28278194a0b2ca;hp=a82dec6e6bb01591ce967833629091c9ce8bfa28;hpb=52c4f309aad0bce5307f2cca26b59b76ed7574ab;p=gnulib.git diff --git a/m4/wctype_h.m4 b/m4/wctype_h.m4 index a82dec6e6..ef9fb049c 100644 --- a/m4/wctype_h.m4 +++ b/m4/wctype_h.m4 @@ -146,7 +146,7 @@ AC_DEFUN([gl_WCTYPE_H], #endif #include ]], - [wctype iswctype wctrans + [wctype iswctype wctrans towctrans ]) ]) @@ -165,6 +165,7 @@ AC_DEFUN([gl_WCTYPE_H_DEFAULTS], GNULIB_WCTYPE=0; AC_SUBST([GNULIB_WCTYPE]) GNULIB_ISWCTYPE=0; AC_SUBST([GNULIB_ISWCTYPE]) GNULIB_WCTRANS=0; AC_SUBST([GNULIB_WCTRANS]) + GNULIB_TOWCTRANS=0; AC_SUBST([GNULIB_TOWCTRANS]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_ISWBLANK=1; AC_SUBST([HAVE_ISWBLANK]) HAVE_WCTYPE_T=1; AC_SUBST([HAVE_WCTYPE_T])