diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-03-20 14:10:49 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-03-20 14:10:49 +0000 |
commit | b832fb7e23e853a1dac8186e80740a80cb11f246 (patch) | |
tree | 293812b21bc50cb65145464eb51796b1ddfc0279 | |
parent | 89db20fe174c88f784b44743064ca1a9ba4b42f2 (diff) | |
download | xine-lib-b832fb7e23e853a1dac8186e80740a80cb11f246.tar.gz xine-lib-b832fb7e23e853a1dac8186e80740a80cb11f246.tar.bz2 |
Missing 'test'.
CVS patchset: 8735
CVS date: 2007/03/20 14:10:49
-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 |