From: Bruno Haible Date: Fri, 29 Aug 2003 20:19:33 +0000 (+0000) Subject: Portability tweaks for NetBSD. X-Git-Tag: v0.13~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7eadd57ff57f2f3e0e7fd338ab56223dc7f4e50;p=thirdparty%2Fgettext.git Portability tweaks for NetBSD. --- diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index 052969ed6..64b07cadd 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,5 +1,7 @@ 2003-08-29 Bruno Haible + * configure.ac: Test whether _snprintf is declared, not only existent + as a function. * vasnprintf.c: Test HAVE_DECL__SNPRINTF instead of HAVE__SNPRINTF. Test HAVE_DECL__SNWPRINTF instead of HAVE__SNWPRINTF.