diff options
Diffstat (limited to 'm4/summary.m4')
-rw-r--r-- | m4/summary.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/summary.m4 b/m4/summary.m4 index 27ca0f645..70dafd1cd 100644 --- a/m4/summary.m4 +++ b/m4/summary.m4 @@ -239,18 +239,18 @@ AC_DEFUN([XINE_LIB_SUMMARY], [ fi if test x"$have_vidix" = x"yes"; then echo $ECHO_N " - vidix (" - + if test x"$no_x" != x"yes"; then echo $ECHO_N "X11" if test x"$have_fb" = x"yes"; then echo $ECHO_N " and " fi fi - + if test x"$have_fb" = x"yes"; then echo $ECHO_N "framebuffer" fi - + echo $ECHO_N " support" if test x"$enable_dha_kmod" != x"no"; then |