diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-09 02:26:21 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-09 02:26:21 +0000 |
commit | 05bf1d101364ea255ddba47e7494d9361eb076be (patch) | |
tree | d86f75ade2b4034ad66dc3f4e9614cc501474ed6 | |
parent | 0e816de5ac78cb320ba51655977c3e1678e0377a (diff) | |
download | xine-lib-05bf1d101364ea255ddba47e7494d9361eb076be.tar.gz xine-lib-05bf1d101364ea255ddba47e7494d9361eb076be.tar.bz2 |
Fix vcdo enable conditional.
-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 6165bd1be..567615d79 100644 --- a/m4/input.m4 +++ b/m4/input.m4 @@ -144,7 +144,7 @@ AC_DEFUN([XINE_INPUT_PLUGINS], [ fi enable_vcdo=no - test $default_enable_vcdo = no && test x"$enable_vcd" != x"no" && enable_vcdo=yes + test $default_enable_vcdo = yes && test x"$enable_vcd" != x"no" && enable_vcdo=yes AC_DEFINE([LIBCDIO_CONFIG_H], 1, [Get of rid system libcdio build configuration]) AC_DEFINE([EXTERNAL_LIBCDIO_CONFIG_H], 1, [Get of rid system libcdio build configuration]) |