diff options
Diffstat (limited to 'gprofng/configure.ac')
-rw-r--r-- | gprofng/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gprofng/configure.ac b/gprofng/configure.ac index 550dd80..80bbc85 100644 --- a/gprofng/configure.ac +++ b/gprofng/configure.ac @@ -29,6 +29,10 @@ AC_PROG_CXX AC_PROG_INSTALL AC_PROG_RANLIB AM_PROG_AR +gl_PROG_BISON([BISON],[3.0.4]) +if test x$BISON = "x:"; then + AC_MSG_ERROR([Building gprofng requires bison 3.0.4 or later.]) +fi AC_DISABLE_SHARED LT_INIT |