diff options
Diffstat (limited to 'm4/summary.m4')
-rw-r--r-- | m4/summary.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/summary.m4 b/m4/summary.m4 index fc922d574..8c89285cb 100644 --- a/m4/summary.m4 +++ b/m4/summary.m4 @@ -31,6 +31,7 @@ AC_DEFUN([XINE_LIB_SUMMARY], [ test x"$have_v4l" = x"yes" && echo " - v4l" test x"$have_v4l2" = x"yes" && echo " - v4l2" echo " - cdda" + test x"$have_libbluray" = x"yes" && echo " - bluray" echo "" dnl Demuxers |