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.
k3b/libk3b/videodvd/configure.in.bot

12 lines
342 B

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