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
d4ecc5b5
Commit
d4ecc5b5
authored
Aug 23, 2013
by
Guillaume Melquiond
Browse files
Fix warning message.
parent
0eab0f1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
d4ecc5b5
...
...
@@ -465,7 +465,7 @@ if test "$enable_coq_libs" = yes; then
AC_CHECK_PROG(COQDEP,coqdep,coqdep,no)
if test "$COQDEP" = no ; then
enable_coq_libs=no
AC_MSG_WARN(Cannot find coq
c
.)
AC_MSG_WARN(Cannot find coq
dep
.)
reason_coq_libs=" (coqdep not found)"
fi
fi
...
...
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