handle no Judy

This commit is contained in:
Vitor Santos Costa 2013-01-09 17:02:41 +00:00
parent ff953eb20a
commit 37243187ec
2 changed files with 3 additions and 2 deletions

3
configure vendored
View File

@ -6972,7 +6972,8 @@ _ACEOF
LIBS="-lJudy $LIBS"
else
as_fn_error $? "libJudy not found, UDI will only work with one Index at a time" "$LINENO" 5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: libJudy not found, UDI will only work with one Index at a time" >&5
$as_echo "libJudy not found, UDI will only work with one Index at a time" >&6; }
fi
fi

View File

@ -880,7 +880,7 @@ else
fi
if test "$yap_cv_judy" != "no"; then
AC_CHECK_LIB(Judy, Judy1Set,,[AC_MSG_ERROR([libJudy not found, UDI will only work with one Index at a time])])
AC_CHECK_LIB(Judy, Judy1Set,,[AC_MSG_RESULT([libJudy not found, UDI will only work with one Index at a time])])
fi
dnl if test "$yap_cv_cudd" != "no"