diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-04-07 19:07:29 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-04-07 19:08:41 +0100 |
commit | 037898a2ced56361227c7aaf81689f6e0daa7b91 (patch) | |
tree | 05a27db6f207fb2ac4681754e378fc562dc95360 /configure.ac | |
parent | fab97aec53be99675a2f5145e0a399bc34d4ea4c (diff) | |
download | gstreamer-plugins-base-037898a2ced56361227c7aaf81689f6e0daa7b91.tar.gz |
build: bump autoconf requirement to 2.60 for gobject-introspection.m4
Require autoconf 2.60 (which was released in June 2006).
Fixes #600718.
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 9e82d91a4..6f9a47a05 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ(2.52) +AC_PREREQ(2.60) dnl please read gstreamer/docs/random/autotools before changing this file |