From: Bruno Haible Date: Tue, 17 Apr 2001 19:39:07 +0000 (+0000) Subject: Tweak for AIX 3.2.5. X-Git-Tag: v0.10.37~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063dba66ae96577f1407fe134aea22fd72209af5;p=thirdparty%2Fgettext.git Tweak for AIX 3.2.5. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 1fb11f159..4ab016ebf 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2001-04-17 Bruno Haible + + * mbswidth.m4: Also include ; this is where AIX 3.2.5 + declares wcwidth. + 2001-04-12 Bruno Haible * gettext.m4: Workaround an automake-1.4 bug: Don't write diff --git a/m4/mbswidth.m4 b/m4/mbswidth.m4 index 0c6f4cb40..aae79fa3a 100644 --- a/m4/mbswidth.m4 +++ b/m4/mbswidth.m4 @@ -12,6 +12,10 @@ AC_DEFUN(jm_PREREQ_MBSWIDTH, AC_CACHE_CHECK([whether wcwidth is declared], ac_cv_have_decl_wcwidth, [AC_TRY_COMPILE([ +dnl AIX 3.2.5 declares wcwidth in . +#if HAVE_STRING_H +# include +#endif #if HAVE_WCHAR_H # include #endif