configure detection.
This commit is contained in:
parent
edb982cfff
commit
8d65561494
@ -850,7 +850,7 @@ fi
|
|||||||
|
|
||||||
if test "$yap_cv_cudd" != no; then
|
if test "$yap_cv_cudd" != no; then
|
||||||
oldlibs="$LIBS"
|
oldlibs="$LIBS"
|
||||||
if test "$withval" = "yes"; then
|
if test "$yap_cv_cudd" != "NONE"; then
|
||||||
if test -d "$yap_cv_cudd"/include/cudd; then
|
if test -d "$yap_cv_cudd"/include/cudd; then
|
||||||
CUDD_CPPFLAGS="-I $yap_cv_cudd/include/cudd"
|
CUDD_CPPFLAGS="-I $yap_cv_cudd/include/cudd"
|
||||||
else
|
else
|
||||||
@ -859,7 +859,7 @@ if test "$yap_cv_cudd" != no; then
|
|||||||
cudd_dir="$yap_cv_cudd"
|
cudd_dir="$yap_cv_cudd"
|
||||||
elif test -e /usr/include/cudd; then
|
elif test -e /usr/include/cudd; then
|
||||||
CUDD_CPPFLAGS="-I /usr/include/cudd"
|
CUDD_CPPFLAGS="-I /usr/include/cudd"
|
||||||
cudd_dir="$withval"
|
cudd_dir="$yap_cv_cudd"
|
||||||
elif test "$prefix" != "NONE"; then
|
elif test "$prefix" != "NONE"; then
|
||||||
if test -d "$prefix"/include/cudd; then
|
if test -d "$prefix"/include/cudd; then
|
||||||
CUDD_CPPFLAGS="-I $prefix/include/cudd"
|
CUDD_CPPFLAGS="-I $prefix/include/cudd"
|
||||||
|
Reference in New Issue
Block a user