From b832fb7e23e853a1dac8186e80740a80cb11f246 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Tue, 20 Mar 2007 14:10:49 +0000 Subject: Missing 'test'. CVS patchset: 8735 CVS date: 2007/03/20 14:10:49 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3