Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
cdec6b28
Commit
cdec6b28
authored
Feb 21, 2018
by
Alexandre Duret-Lutz
Browse files
* configure.ac: fix definition of DOT.
parent
e8ce4b8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
cdec6b28
...
...
@@ -170,7 +170,7 @@ if test x$enable_warnings = xyes; then
fi
AM_CONDITIONAL([NEVER], [false])
AC_CHECK_PROG([DOT], [dot])
AC_CHECK_PROG([DOT],
[dot],
[dot])
AC_CHECK_PROG([LBT], [lbt], [lbt])
AC_CHECK_PROG([LTL2BA], [ltl2ba], [ltl2ba])
AC_CHECK_PROG([LTL3BA], [ltl3ba], [ltl3ba])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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