commit | 3974aaba691cfc3681b71667ddd5c65a3d7e74ac | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Mon Jul 14 20:22:12 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Mon Jul 14 20:22:12 2014 +0200 |
tree | 180f6e9f9165d5d7965ccfb242e41eeb59810b6a | |
parent | 1a3632351ee2e16635962fb133e65a3816ce4c93 [diff] [blame] |
THRIFT-2602 Fix missing dist files - set bison to 2.5 - include "config.h" within thriftl.ll Patch: Roger Meier
diff --git a/configure.ac b/configure.ac index 065ac68..5af20de 100755 --- a/configure.ac +++ b/configure.ac
@@ -88,7 +88,7 @@ AC_PROG_INSTALL AC_PROG_LIBTOOL AC_PROG_MAKE_SET -AC_PROG_BISON +AC_PROG_BISON(2.5) AC_PROG_YACC AC_PROG_LEX AM_PROG_LEX