X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmbswidth.m4;fp=m4%2Fmbswidth.m4;h=fcd0a68c8ed01737a9e4e45f66c608228db63623;hb=ee4cfaab39801b0fd823ca64d1a410d05110d0bc;hp=2fda87bc4acaa8864bf39508ed751740fdc9bcf5;hpb=b7de20b7675fc9c8c3cae107b01d587ab31c5ef7;p=gnulib.git diff --git a/m4/mbswidth.m4 b/m4/mbswidth.m4 index 2fda87bc4..fcd0a68c8 100644 --- a/m4/mbswidth.m4 +++ b/m4/mbswidth.m4 @@ -1,4 +1,4 @@ -# mbswidth.m4 serial 16 +# mbswidth.m4 serial 17 dnl Copyright (C) 2000-2002, 2004, 2006-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, @@ -11,7 +11,6 @@ AC_DEFUN([gl_MBSWIDTH], [ AC_CHECK_HEADERS_ONCE([wchar.h]) AC_CHECK_FUNCS_ONCE([isascii mbsinit]) - AC_FUNC_MBRTOWC dnl UnixWare 7.1.1 has a declaration of a function mbswidth() dnl that clashes with ours.