diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-06-17 13:06:06 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-06-17 13:06:06 +0200 |
commit | fd25bd1abe4f93b36953551f0191ca2f6810e903 (patch) | |
tree | 45530a7e15565242e7fed54bc81dab69418e7243 | |
parent | 5703ac6999babb61194ef74bebe5aa32208e2dfb (diff) | |
download | xine-lib-fd25bd1abe4f93b36953551f0191ca2f6810e903.tar.gz xine-lib-fd25bd1abe4f93b36953551f0191ca2f6810e903.tar.bz2 |
Require at least version 0.16.1 of gettext (Debian stable at the moment).
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 78e473b84..2df2206e9 100644 --- a/configure.ac +++ b/configure.ac @@ -200,6 +200,7 @@ if test "x$enable_iconvtest" != xno; then fi AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.16.1]) AC_PROG_GMSGFMT_PLURAL AC_CHECK_FUNCS([nl_langinfo]) |