X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmbfile.m4;h=032bc996e1407161a6f3730c0ace3399d71d3d8a;hb=ab0bec83a1b002d5508b180e38958de36e9ba560;hp=5ea492dd1b3b6179410d32d343257b6181913beb;hpb=07ca91adc3957e0066d8813468a71047b5bc1db0;p=gnulib.git diff --git a/m4/mbfile.m4 b/m4/mbfile.m4 index 5ea492dd1..032bc996e 100644 --- a/m4/mbfile.m4 +++ b/m4/mbfile.m4 @@ -1,4 +1,4 @@ -# mbfile.m4 serial 1 +# mbfile.m4 serial 2 dnl Copyright (C) 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -10,5 +10,8 @@ dnl From Bruno Haible. AC_DEFUN([gl_MBFILE], [ AC_REQUIRE([AC_TYPE_MBSTATE_T]) + dnl The following line is that so the user can test HAVE_MBRTOWC before + dnl #include "mbfile.h". + AC_REQUIRE([gl_FUNC_MBRTOWC]) : ])