diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/summary.m4 | 2 |
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)" |