blob: 58d6118fd98f8e6b510ed6b3ad57c4086f46e1a4 (
plain)
1
2
3
4
5
|
if test "x$with_berkeley_db" = xcheck && test -z "$LIB_DBIV"; then
echo ""
echo "Dictionary plugin \"Translation Database\" for KBabel will not be built! Please install Berkeley Database IV. See http://www.sleepycat.com for more information.)"
echo ""
fi
|