+2009-08-14 Bruno Haible <bruno@clisp.org>
+
+ * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
+
2009-08-14 Joel E. Denny <jdenny@clemson.edu>
maint.mk: support update-copyright-env
dnl Written by Eric Blake.
-# wchar.m4 serial 24
+# wchar.m4 serial 25
AC_DEFUN([gl_WCHAR_H],
[
HAVE_WCHAR_H=0
fi
AC_SUBST([HAVE_WCHAR_H])
- if test -n "$WCHAR_H"; then
- gl_CHECK_NEXT_HEADERS([wchar.h])
- fi
+ gl_CHECK_NEXT_HEADERS([wchar.h])
])
dnl Unconditionally enables the replacement of <wchar.h>.