blob: 926a39e9d0640311aff45ba871f69c11363d0538 (
plain)
1
2
3
4
5
6
7
|
if test "x$with_theora" = xcheck && test "x$have_theora" = xno; then
echo ""
echo "Ogg Theora support was not found."
echo "a KFile-plugin for displaying Ogg Theora Information"
echo "has been disabled from compilation."
all_tests=bad
fi
|