]> git.pld-linux.org Git - packages/crossmingw32-gettext.git/blame - gettext-ac.patch
- updated to 0.18.3
[packages/crossmingw32-gettext.git] / gettext-ac.patch
CommitLineData
e5f47d69
JB
1--- gettext-0.18.3/gettext-runtime/m4/intl.m4.orig 2013-07-07 07:28:39.000000000 +0200
2+++ gettext-0.18.3/gettext-runtime/m4/intl.m4 2013-07-10 17:47:31.440610841 +0200
3@@ -61,7 +61,7 @@
4
5 dnl Use the _snprintf function only if it is declared (because on NetBSD it
6 dnl is defined as a weak alias of snprintf; we prefer to use the latter).
7- AC_CHECK_DECLS([_snprintf _snwprintf], , , [#include <stdio.h>])
8+ AC_CHECK_DECLS([_snprintf, _snwprintf], , , [#include <stdio.h>])
9
10 dnl Use the *_unlocked functions only if they are declared.
11 dnl (because some of them were defined without being declared in Solaris
This page took 0.089992 seconds and 4 git commands to generate.