diff options
Diffstat (limited to 'm4/input.m4')
-rw-r--r-- | m4/input.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/input.m4 b/m4/input.m4 index 31d22f128..9af69289d 100644 --- a/m4/input.m4 +++ b/m4/input.m4 @@ -107,7 +107,7 @@ AC_DEFUN([XINE_INPUT_PLUGINS], [ [AC_DEFINE([HAVE_DVDNAV], 1, [Define this if you have a suitable version of libdvdnav])], [AC_MSG_RESULT([*** no usable version of libdvdnav found, using internal copy ***])]) else - AC_MSG_RESULT([Use included DVDNAV support]) + AC_MSG_RESULT([Using included DVDNAV support]) fi AM_CONDITIONAL([HAVE_DVDNAV], [test x"$no_dvdnav" != x"yes"]) |