From 6156b87497b55fb94813a518513500c5ac2254f2 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 30 Oct 2003 20:46:31 +0000 Subject: my build broke, I guess no_vcdnav should be "yes", when external_vcdnav is "no" CVS patchset: 5645 CVS date: 2003/10/30 20:46:31 --- configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 3dcef2bea..07f323b1d 100644 --- a/configure.ac +++ b/configure.ac @@ -996,10 +996,9 @@ dnl Video CD dnl --------------------------------------------- dnl AC_ARG_ENABLE(vcd,[ --disable-vcd Do not compile VCD plugin], [enable_vcd=no], [enable_vcd=yes]) -dnl dnl Force build of both vcd plugins, for now. -dnl AC_ARG_ENABLE(vcdo,[ --disable-vcdo Do not compile old VCD plugin], enable_vcd=no) +dnl AC_ARG_ENABLE(vcdo,[ --disable-vcdo Do not compile old VCD plugin], enable_vcdo=no, enable_vcdo=yes) dnl enable_vcdo="yes" @@ -1031,7 +1030,7 @@ if test x"$enable_vcd" = "xyes"; then dnl empty_array_size external_vcdnav="no" - no_vcdnav="no" + no_vcdnav="yes" if test x"$PKG_CONFIG" != "xno" ; then AC_MSG_CHECKING(for libcdio) -- cgit v1.2.3