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