* m4/buddy.m4 (AX_CHECK_BUDDY): Check for bdd_satprefix, the

latest function added to BuDDy.
This commit is contained in:
Alexandre Duret-Lutz 2009-11-26 16:47:16 +01:00
parent 3cbd681c6d
commit deff1a5ca7
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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])