summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-05-28 15:26:36 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-05-28 15:26:36 +0000
commitd4773c7cc6f8ecf67e25b3aed4b38c76cc7d32b7 (patch)
treed79f157550eb9bf457bd3570f21102854bd1a4e1 /configure.ac
parent2e4b787223ed45d10168b8e934d08d02feca1374 (diff)
downloadptxdist-d4773c7cc6f8ecf67e25b3aed4b38c76cc7d32b7.tar.gz
ptxdist-d4773c7cc6f8ecf67e25b3aed4b38c76cc7d32b7.tar.xz
* configure.ac:
be quiet git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8255 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5cc8597f2..14203c3cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,7 +160,7 @@ fi
AC_MSG_CHECKING([whether yacc is bison++])
-if $YACC --version | grep bison++ -q; then
+if $YACC --version 2>/dev/null | grep bison++ -q; then
AC_MSG_ERROR([your $YACC turns out to be bison++, please install plain bison])
else
AC_MSG_RESULT([no, this is good])