* m4/buddy.m4: Check for bdd_implies.
This commit is contained in:
parent
484ea488c3
commit
3a1a71016d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ AC_DEFUN([AX_CHECK_BUDDY], [
|
||||||
AC_ARG_WITH([included-buddy],
|
AC_ARG_WITH([included-buddy],
|
||||||
[AC_HELP_STRING([--with-included-buddy],
|
[AC_HELP_STRING([--with-included-buddy],
|
||||||
[use the BuDDy library included here])])
|
[use the BuDDy library included here])])
|
||||||
AC_CHECK_LIB([bdd], [bdd_setxor],
|
AC_CHECK_LIB([bdd], [bdd_implies],
|
||||||
[need_included_buddy=no],
|
[need_included_buddy=no],
|
||||||
[need_included_buddy=yes])
|
[need_included_buddy=yes])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue