summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-02-10 15:39:37 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-02-10 15:39:37 +0100
commitb1c04841c72f050189af140c396729a316aedc4d (patch)
tree8319c7f4f4c664c433fffff678ec871c4fa40190
parentcebbcf8e46941579400329895493845685c2cd71 (diff)
downloadxine-lib-b1c04841c72f050189af140c396729a316aedc4d.tar.gz
xine-lib-b1c04841c72f050189af140c396729a316aedc4d.tar.bz2
Fix summary output for external libdts.
-rw-r--r--m4/summary.m42
1 files changed, 1 insertions, 1 deletions
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)"