diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-11 16:29:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-11 16:29:22 +0000 |
commit | d769e1e4108cdd4c073c177222be60ca83a2e009 (patch) | |
tree | 9aef66266444277b821e5074d682755674f2bff4 /configure.ac | |
parent | 43e1919fa0b190a827c09471551b331ccc392e86 (diff) |
fix ulonglong.m4 missing by upping gettext required version
Original commit message from CVS:
fix ulonglong.m4 missing by upping gettext required version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1d12d25a..db3448ea 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AM_PROG_AS AS="${CC}" dnl the gettext stuff needed -AM_GNU_GETTEXT_VERSION(0.11.4) +AM_GNU_GETTEXT_VERSION(0.11.5) AM_GNU_GETTEXT([external]) GETTEXT_PACKAGE=gst-plugins-$GST_MAJORMINOR |