From: Bruno Haible Date: Mon, 31 Jul 2006 14:42:54 +0000 (+0000) Subject: Assume exists. X-Git-Tag: cvs-readonly~2103 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=7ec66c6f091c2dd1893b4b0fc53fe8636e800623;p=gnulib.git Assume exists. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index f5e8ce68e..2a7989166 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2006-07-30 Bruno Haible + + * wcwidth.m4 (gl_FUNC_WCWIDTH): Assume exists. + 2006-07-28 Simon Josefsson * netinet_in_h.m4: New file. diff --git a/m4/wcwidth.m4 b/m4/wcwidth.m4 index 09cf55a0e..06a12a1b2 100644 --- a/m4/wcwidth.m4 +++ b/m4/wcwidth.m4 @@ -1,4 +1,4 @@ -# wcwidth.m4 serial 3 +# wcwidth.m4 serial 4 dnl Copyright (C) 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -17,9 +17,7 @@ AC_DEFUN([gl_FUNC_WCWIDTH], AC_CHECK_DECLS([wcwidth], [], [], [ /* AIX 3.2.5 declares wcwidth in . */ -#if HAVE_STRING_H -# include -#endif +#include #if HAVE_WCHAR_H # include #endif