summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-07-16 07:39:12 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-07-16 07:39:12 +0000
commitd37013df5099fc1f1620ceb961cb3df6f14f2c4c (patch)
tree59993b05486a772ed07935f604bedf5de191b4e2 /configure.ac
parent13437ff26c26d20d3668bdb61bc7b8039824e28d (diff)
downloadptxdist-d37013df5099fc1f1620ceb961cb3df6f14f2c4c.tar.gz
ptxdist-d37013df5099fc1f1620ceb961cb3df6f14f2c4c.tar.xz
* configure.ac:
don't allow old 1.x bisons git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8655 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 377700a1c..14203c3cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -169,8 +169,6 @@ fi
AC_MSG_CHECKING([yacc/bison version])
YACC_VERSION=`$YACC --version 2>/dev/null | $SED -ne "s/.*GNU Bison.* \([[0-9.]]*\).*/\1/p"`
case "${YACC_VERSION}" in
- 1.8*)
- AC_MSG_RESULT([$YACC_VERSION]) ;;
1.*)
AC_MSG_ERROR([$YACC_VERSION, your bison version is too old, install 2.3 or sth. like that]) ;;
"")