* m4/buddy.m4: Check for bdd_implies.

This commit is contained in:
Alexandre Duret-Lutz 2012-06-14 14:26:55 +02:00
parent 484ea488c3
commit 3a1a71016d

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 included here])])
AC_CHECK_LIB([bdd], [bdd_setxor],
AC_CHECK_LIB([bdd], [bdd_implies],
[need_included_buddy=no],
[need_included_buddy=yes])