X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwctype_h.m4;h=ef9fb049ce69013c8e4dbf5f3f303bead075d0fa;hb=53c2b27720e3c1f53283edc32e9132fb60e79537;hp=23f91759cfd351b4e4b1f825b911a9d898248c03;hpb=896cde703cb740a97353474e0156b46119b69640;p=gnulib.git diff --git a/m4/wctype_h.m4 b/m4/wctype_h.m4 index 23f91759c..ef9fb049c 100644 --- a/m4/wctype_h.m4 +++ b/m4/wctype_h.m4 @@ -146,7 +146,7 @@ AC_DEFUN([gl_WCTYPE_H], #endif #include ]], - [wctype + [wctype iswctype wctrans towctrans ]) ]) @@ -163,6 +163,9 @@ AC_DEFUN([gl_WCTYPE_H_DEFAULTS], [ GNULIB_ISWBLANK=0; AC_SUBST([GNULIB_ISWBLANK]) 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])