simplecudd should not be a default.

This commit is contained in:
Vítor Santos Costa 2009-03-10 14:19:10 +00:00
parent e7634b216e
commit eb5fc96ca6
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -2908,7 +2908,7 @@ if test "${with_cudd+set}" = set; then
CUDD_CPPFLAGS="-I $yap_cv_cudd/include"
fi
else
yap_cv_cudd=yes
yap_cv_cudd=no
fi

View File

@ -109,7 +109,7 @@ AC_ARG_WITH(cudd,
CUDD_LDFLAGS="$yap_cv_cudd/cudd/libcudd.a $yap_cv_cudd/mtr/libmtr.a $yap_cv_cudd/st/libst.a $yap_cv_cudd/util/libutil.a $yap_cv_cudd/epd/libepd.a "
CUDD_CPPFLAGS="-I $yap_cv_cudd/include"
fi,
[yap_cv_cudd=yes])
[yap_cv_cudd=no])
AC_ARG_ENABLE(myddas,
[ --enable-myddas[[=DIR]] enable the MYDDAS library],