Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
3975bd82
Commit
3975bd82
authored
Feb 05, 2018
by
MARCHE Claude
Browse files
Merge branch 'next' into new_ide
parents
0716626f
a20677f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
3975bd82
...
...
@@ -354,6 +354,19 @@ if test "$enable_emacs_compilation" = yes ; then
fi
fi
# checking for Num
if test "$USEOCAMLFIND" = yes; then
NUMINCLUDE=$(ocamlfind query num)
fi
if test -n "$NUMINCLUDE"; then
echo "ocamlfind found num in $NUMINCLUDE"
else
AC_CHECK_FILE($OCAMLLIB/nums.cma,,found_num=no)
if test "$found_num" = no; then
AC_MSG_ERROR([Library Num not found.])
fi
fi
# checking for Zarith
if test "$enable_zarith" = yes; then
if test "$USEOCAMLFIND" = yes; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment