Prevent Spot from using an installed BuDDy version that does not
have the latest function we added. Reported by Kristin Rozier. * m4/buddy.m4 (AX_CHECK_BUDDY): Check for bdd_setxor.
This commit is contained in:
parent
30727074fd
commit
067a1a0b24
2 changed files with 8 additions and 1 deletions
|
|
@ -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_satprefix],
|
||||
AC_CHECK_LIB([bdd], [bdd_setxor],
|
||||
[need_included_buddy=no],
|
||||
[need_included_buddy=yes])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue