summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-01-31 14:29:58 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-03-19 19:09:27 -0400
commit7dd316a13b796d02985be63b1b03975a756fb624 (patch)
treeab348129940e25c4dde47c19568aea40d31a51ea /configure.ac
parent89a1304db9208a366c10136e8dee722f634015e9 (diff)
Remove PropositionalQuery class and all CUDD-related build stuff (and references)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index bf5938e70..a4b8892ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -908,9 +908,6 @@ AC_CHECK_FUNC([ffs], [AC_DEFINE([HAVE_FFS], [1],
[Defined to 1 if ffs() is supported by the platform.])],
[AC_LIBOBJ([ffs])])
-# Check for the presence of CUDD libraries
-CVC4_CHECK_CUDD
-
# Check for antlr C++ runtime (defined in config/antlr.m4)
AC_LIB_ANTLR
@@ -1298,7 +1295,6 @@ Unit tests : $support_unit_tests
Proof tests : $support_proof_tests
gcov support : $enable_coverage
gprof support: $enable_profiling
-CUDD : $cvc4cudd
Readline : $with_readline
Static libs : $enable_static
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback