X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fwcsrtombs.m4;h=6a64928cdf8c3e484ec54fe0850d227ca547a44e;hb=7becd9d708425924f3a402fdd3c6e18ba2a7e4e3;hp=53d374dfaed9be7e840e26f67afeae1c6f6e21d0;hpb=f66b53461406b5ae5cca7c188bd3cf23c82f14bf;p=gnulib.git diff --git a/m4/wcsrtombs.m4 b/m4/wcsrtombs.m4 index 53d374dfa..6a64928cd 100644 --- a/m4/wcsrtombs.m4 +++ b/m4/wcsrtombs.m4 @@ -1,4 +1,4 @@ -# wcsrtombs.m4 serial 3 +# wcsrtombs.m4 serial 4 dnl Copyright (C) 2008-2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -9,10 +9,15 @@ AC_DEFUN([gl_FUNC_WCSRTOMBS], AC_REQUIRE([gl_WCHAR_H_DEFAULTS]) AC_REQUIRE([AC_TYPE_MBSTATE_T]) + gl_MBSTATE_T_BROKEN + if test $REPLACE_MBSTATE_T = 1; then + REPLACE_WCSRTOMBS=1 + fi AC_CHECK_FUNCS_ONCE([wcsrtombs]) if test $ac_cv_func_wcsrtombs = no; then HAVE_WCSRTOMBS=0 - else + fi + if test $HAVE_WCSRTOMBS != 0 && test $REPLACE_WCSRTOMBS != 1; then gl_WCSRTOMBS_TERMINATION gl_WCSRTOMBS_NULL case "$gl_cv_func_wcsrtombs_termination" in