Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
3a1a7101
Commit
3a1a7101
authored
Jun 14, 2012
by
Alexandre Duret-Lutz
Browse files
* m4/buddy.m4: Check for bdd_implies.
parent
484ea488
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/buddy.m4
View file @
3a1a7101
...
...
@@ -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])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment