2 dnl Copyright (C) 2005-2006 Free Software Foundation, Inc.
3 dnl This file is free software; the Free Software Foundation
4 dnl gives unlimited permission to copy and/or distribute it,
5 dnl with or without modifications, as long as this notice is preserved.
7 dnl autoconf tests required for use of mbchar.m4
12 AC_REQUIRE([AC_GNU_SOURCE])
13 dnl The following line is that so the user can test HAVE_WCHAR_H
14 dnl before #include "mbchar.h".
15 AC_CHECK_HEADERS_ONCE([wchar.h])
16 dnl Compile mbchar.c only if HAVE_WCHAR_H.
17 if test $ac_cv_header_wchar_h = yes; then