From b1c04841c72f050189af140c396729a316aedc4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 10 Feb 2008 15:39:37 +0100 Subject: Fix summary output for external libdts. --- m4/summary.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/summary.m4 b/m4/summary.m4 index 9661f072b..4a8f6db07 100644 --- a/m4/summary.m4 +++ b/m4/summary.m4 @@ -120,7 +120,7 @@ AC_DEFUN([XINE_LIB_SUMMARY], [ fi fi if test x"$enable_libdts" != x"no"; then - if test x"$have_external_libdts" = x"yes"; then + if test x"$have_external_dts" = x"yes"; then echo " - DTS (external library)" else echo " - DTS (internal library)" -- cgit v1.2.3