summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2014-01-29 10:24:55 +0100
committerEdward Hervey <bilboed@bilboed.com>2014-01-30 10:41:50 +0100
commit1a07da9a64c733842651ece62ddefebedd29c2da (patch)
treeb5536ea9327f89ff1d37294d2d98bfd731138a3f /m4
parentc31db4adfaed37b88eb50c18a8fc33dea9009ab5 (diff)
downloadgstreamer-common-1a07da9a64c733842651ece62ddefebedd29c2da.tar.gz
gst-parser: Bump bison requirement to 2.4
Needed for '<>' syntax https://bugzilla.gnome.org/show_bug.cgi?id=710034
Diffstat (limited to 'm4')
-rw-r--r--m4/gst-parser.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gst-parser.m4 b/m4/gst-parser.m4
index 710da89..b002047 100644
--- a/m4/gst-parser.m4
+++ b/m4/gst-parser.m4
@@ -8,10 +8,10 @@ AC_DEFUN([AG_GST_BISON_CHECK],
fi
dnl check bison version
- dnl we need version >= 1.875 for the reentrancy support
+ dnl we need version >= 2.4 for the '<>' support
dnl in the parser.
dnl First lines observed: 'bison (GNU Bison) 2.3' or 'GNU Bison version 1.28'
- bison_min_version=1.875
+ bison_min_version=2.4
bison_version=`$BISON_PATH --version | head -n 1 | sed 's/^[[^0-9]]*//' | sed 's/[[^0-9]]*$//' | cut -d' ' -f1`
AC_MSG_CHECKING([bison version $bison_version >= $bison_min_version])