* m4/buddy.m4 (AX_CHECK_BUDDY): Check for bdd_satprefix, the
latest function added to BuDDy.
This commit is contained in:
parent
3cbd681c6d
commit
deff1a5ca7
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue