You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|