Skip to content
Snippets Groups Projects
Commit ec8fc65e authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

configure.ac tuning

parent a742719e
No related branches found
No related tags found
No related merge requests found
Pierre-Loïc Garoche - ONERA, France
Xavier Thirioux - ENSEEIHT/INPT, France
Temesghen Kahsai - CMU/NASA, USA
Hamza Bourbouh, SGT/NASA, USA
Christophe Garion, ISAE-Supearo, France
Temesghen Kahsai - while at CMU/NASA, USA
Inital Typing/Clocking by Julien Forget - LIFL, France
......@@ -96,7 +96,7 @@ AC_MSG_CHECKING(z3 library)
#define([z3path], esyscmd([opam config var Z3:lib | tr -d '\n']))
AS_IF([ocamlfind query $z3name >/dev/null 2>&1],
[z3=yes; AC_MSG_RESULT([yes])],[seal=no; AC_MSG_RESULT(no)],
[z3=yes; AC_MSG_RESULT([yes])],[zustre=no; AC_MSG_RESULT(no)],
)
AS_IF([test "x$z3" = "xyes"], [
AC_SUBST(LUSTREV_ZUSTRE, "(module Zustre_verifier.Verifier : VerifierType.S);")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment