Skip to content

Commit

Permalink
Bump minimal version of Menhir
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jul 24, 2024
1 parent f92facf commit 1911ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ else
ocaml_opt_comp=false
fi

MENHIR_REQUIRED=20190626
MENHIR_REQUIRED=20200624
echo "Testing Menhir... " | tr -d '\n'
menhir_ver=`menhir --version 2>/dev/null | sed -n -e 's/^.*version \([0-9]*\).*$/\1/p'`
case "$menhir_ver" in
Expand Down

0 comments on commit 1911ef7

Please sign in to comment.