make cuud detection more robust.
This commit is contained in:
parent
53b694edd0
commit
2019c218f1
@ -871,7 +871,7 @@ if test "$yap_cv_cudd" != no; then
|
|||||||
if test -d "$cudd_dir/lib64/cudd" -a "$YAP_TARGET" = amd64; then
|
if test -d "$cudd_dir/lib64/cudd" -a "$YAP_TARGET" = amd64; then
|
||||||
LIBS="$LIBS -L $cudd_dir/lib64/cudd"
|
LIBS="$LIBS -L $cudd_dir/lib64/cudd"
|
||||||
elif test -d "$cudd_dir/lib64" -a "$YAP_TARGET" = amd64; then
|
elif test -d "$cudd_dir/lib64" -a "$YAP_TARGET" = amd64; then
|
||||||
LIBS="$LIBS -L $cudd_dir/lib64"
|
LIBS="$LIBS -L $cudd_dir/lib64 -L $cudd_dir/lib"
|
||||||
elif test -d "$cudd_dir/lib/cudd"; then
|
elif test -d "$cudd_dir/lib/cudd"; then
|
||||||
LIBS="$LIBS -L $cudd_dir/lib/cudd"
|
LIBS="$LIBS -L $cudd_dir/lib/cudd"
|
||||||
elif test -d "$cudd_dir/lib"; then
|
elif test -d "$cudd_dir/lib"; then
|
||||||
|
Reference in New Issue
Block a user