diff options
Diffstat (limited to 'm4/summary.m4')
-rw-r--r-- | m4/summary.m4 | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/m4/summary.m4 b/m4/summary.m4 index a1a270f4b..a93e3f79c 100644 --- a/m4/summary.m4 +++ b/m4/summary.m4 @@ -13,22 +13,20 @@ AC_DEFUN([XINE_LIB_SUMMARY], [ echo " - http - mms" echo " - pnm - rtsp" echo " - dvb" - if test "x$external_dvdnav" = "xyes"; then + if test "x$with_external_dvdnav" = "xyes"; then echo " - dvd (external libs)" else echo " - dvd (internal libs)" fi - if test "x$have_cdrom_ioctls" = "xyes"; then - if test "x$enable_vcd" = "xyes"; then - if test "x$internal_vcdnav" = "xno"; then - echo " - vcd (external libs)" - else - echo " - vcd (internal libs)" - fi + if test "x$enable_vcd" = "xyes"; then + if test "x$internal_vcdnav" = "xno"; then + echo " - vcd (external libs)" + else + echo " - vcd (internal libs)" fi - echo " - vcdo" - echo " - cdda" fi + echo " - vcdo" + echo " - cdda" if test "x$no_gnome_vfs" = "xno"; then echo " - gnome-vfs" fi |