summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-02-17 10:59:27 -0600
committerNicolas Williams <nico@cryptonector.com>2015-02-17 11:00:07 -0600
commit1e5e9f3ef871aae51f2817d7a577aa849fccc530 (patch)
tree6df017b0125418446349cd648ee9fe179b52afe7 /configure.ac
parentd58d85af9e3ca45e3f049ddc39d0ebce5f41d6bc (diff)
Mention --disable-maintainer-mode in bison error
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 c3847f14..a4addb61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ if test "$USE_MAINTAINER_MODE" = yes; then
else
AX_PROG_BISON_VERSION([3],
[],
- [AC_MSG_ERROR([You need bison version 3.0 or greater.])])
+ [AC_MSG_ERROR([You need bison version 3.0 or greater, or use --disable-maintainer-mode.])])
fi
AC_PROG_LEX