blob: 7ed988bf16458a0d0b54f50ab62847cc3973275d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
echo ""
echo "K3b - Include libdvdread (Video DVD ripping) support:"
if test "$have_libdvdread" = "yes"; then
echo "K3b - yes"
else
echo "K3b - no"
if test "$ac_cv_use_libdvdread" = "yes"; then
echo "K3b - You are missing the libdvdread library."
fi
fi
|