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
deff1a5c
Commit
deff1a5c
authored
Nov 26, 2009
by
Alexandre Duret-Lutz
Browse files
* m4/buddy.m4 (AX_CHECK_BUDDY): Check for bdd_satprefix, the
latest function added to BuDDy.
parent
3cbd681c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
deff1a5c
2009-11-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* m4/buddy.m4 (AX_CHECK_BUDDY): Check for bdd_satprefix, the
latest function added to BuDDy.
2009-11-25 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbatest/ltl2tgba.cc (main): Stop the SCC timer. I mean
...
...
m4/buddy.m4
View file @
deff1a5c
...
...
@@ -2,7 +2,7 @@ AC_DEFUN([AX_CHECK_BUDDY], [
AC_ARG_WITH([included-buddy],
[AC_HELP_STRING([--with-included-buddy],
[use the BuDDy library inclued here])])
AC_CHECK_LIB([bdd], [bdd_
mergepairs
],
AC_CHECK_LIB([bdd], [bdd_
satprefix
],
[need_included_buddy=no],
[need_included_buddy=yes])
...
...
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