diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d275f7841..3ff5c27a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1758,7 +1758,7 @@ if test "x$enable_vcd" = "xyes"; then if test "x$internal_vcdnav" = "xno" ; then PKG_CHECK_MODULES([LIBCDIO], [libcdio >= 0.71], [], [internal_vcdnav=yes]) PKG_CHECK_MODULES([LIBVCDINFO], [libvcdinfo >= 0.7.23], [], [internal_vcdnav=yes]) - if "x$internal_vcdnav" = "xyes"; then + if test "x$internal_vcdnav" = "xyes"; then AC_MSG_RESULT([Use included libcdio/libvcdinfo support]) fi fi |