* lib/mbchar.h: Just include <wctype.h>; the wctype module
[gnulib.git] / m4 / mbchar.m4
index f95e926..017c56a 100644 (file)
@@ -16,8 +16,5 @@ AC_DEFUN([gl_MBCHAR],
   dnl Compile mbchar.c only if HAVE_WCHAR_H.
   if test $ac_cv_header_wchar_h = yes; then
     AC_LIBOBJ([mbchar])
-    dnl Prerequisites of mbchar.h and mbchar.c.
-    AC_CHECK_HEADERS_ONCE([wctype.h])
-    AC_CHECK_FUNCS([iswcntrl])
   fi
 ])