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 | eb55b1f3e8de12d02345041f3320f10996b5d55d (patch) | |
tree | 51a06363577a66150ccd2da6e9be46b3075e1961 /configure.ac | |
parent | efa286550b6ab45f80819c22207ea7591c12cb58 (diff) | |
download | gst-plugins-bad-eb55b1f3e8de12d02345041f3320f10996b5d55d.tar.gz gst-plugins-bad-eb55b1f3e8de12d02345041f3320f10996b5d55d.tar.bz2 gst-plugins-bad-eb55b1f3e8de12d02345041f3320f10996b5d55d.zip |
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 |