diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-08-01 11:16:14 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-08-01 16:10:59 +0200 |
commit | cf875a562173d5ae99080cea594e79c6a5555307 (patch) | |
tree | eaa105751bafb07878f79f9ebf1e21b67b6aaa44 /source4/heimdal_build | |
parent | d087545deb354f58431010253dc5170cef3e2bf3 (diff) | |
download | samba-cf875a562173d5ae99080cea594e79c6a5555307.tar.gz |
build: allow flex-2.34 together with bison-2.3
metze
(This used to be commit 8bd30a7b4392642ef5184f959d801716d2db20b2)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/internal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/internal.m4 b/source4/heimdal_build/internal.m4 index 18ecbb75cdb..e1e495d69bb 100644 --- a/source4/heimdal_build/internal.m4 +++ b/source4/heimdal_build/internal.m4 @@ -186,6 +186,7 @@ SMB_ENABLE(compile_et, NO) # LEX_YACC_COMBINATIONS="" LEX_YACC_COMBINATIONS="$LEX_YACC_COMBINATIONS flex-2.5.33:bison-2.3" +LEX_YACC_COMBINATIONS="$LEX_YACC_COMBINATIONS flex-2.5.34:bison-2.3" AC_PROG_LEX LEX_BASENAME=`basename "$LEX"` |