[vlc-commits] configure: gettext needs format macros too
Rémi Denis-Courmont
git at videolan.org
Mon Nov 2 20:36:10 CET 2015
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Nov 2 21:19:14 2015 +0200| [0682a265e54128be5d1ea48f0c26103e301fd1ee] | committer: Rémi Denis-Courmont
configure: gettext needs format macros too
The PRI macros are used in some of the translated strings, so libintl
needs to support them.
Note that need-formatstring-macros nonobviously implies need-ngettext.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0682a265e54128be5d1ea48f0c26103e301fd1ee
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index b69920f..92ba939 100644
--- a/configure.ac
+++ b/configure.ac
@@ -453,7 +453,7 @@ dnl
dnl Gettext stuff
dnl
AM_GNU_GETTEXT_VERSION([0.19.6])
-AM_GNU_GETTEXT([external], [need-ngettext])
+AM_GNU_GETTEXT([external], [need-formatstring-macros])
dnl
dnl Iconv stuff
More information about the vlc-commits
mailing list