Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
97f6c989
Commit
97f6c989
authored
Jul 05, 2010
by
Jean-Christophe Filliâtre
Browse files
configure: new option --enable/disable-hypothesis-selection (which does not compile currently)
parent
18a0e0b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
97f6c989
...
...
@@ -83,6 +83,12 @@ AC_ARG_ENABLE(coq-support,
[ --enable-coq-support enable Coq support],,
enable_coq_support=yes)
# hypothesis selection
AC_ARG_ENABLE(hypothesis-selection,
[ --enable-hypothesis-selection enable hypothesis selection support],,
enable_hypothesis_selection=yes)
# Check for arch/OS
AC_MSG_CHECKING(executable suffix)
...
...
@@ -271,8 +277,9 @@ fi
# hypothesis_selection
AC_CHECK_FILE($OCAMLLIB/ocamlgraph/,enable_hypothesis_selection=yes,enable_hypothesis_selection=no)
if test "$enable_hypothesis_selection" = yes; then
AC_CHECK_FILE($OCAMLLIB/ocamlgraph/,enable_hypothesis_selection=yes,enable_hypothesis_selection=no)
fi
#Viewer for ps and pdf
dnl AC_CHECK_PROGS(PSVIEWER,gv evince)
...
...
Write
Preview
Supports
Markdown
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