From c7ad16607ece0a57c852125c1cf7afaf7dce466a Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 30 Nov 2006 02:22:01 +0000 Subject: [PATCH] Disable libvcdinfo - 2nd try. --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 0af128b0..8702bd80 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ define(RELEASE_NUM, 79cvs) define(CDIO_VERSION_STR, 0.$1) AC_PREREQ(2.52) -AC_REVISION([$Id: configure.ac,v 1.205 2006/11/30 02:08:14 rocky Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.206 2006/11/30 02:22:01 rocky Exp $])dnl AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_CONFIG_SRCDIR(src/cd-info.c) @@ -593,14 +593,14 @@ if test x$enable_cdda_player = xyes; then fi fi -AM_CONDITIONAL(BUILD_CDDA_PLAYER, test "x$enable_cdda_player" = "xno") +AM_CONDITIONAL(BUILD_CDDA_PLAYER, test "x$enable_cdda_player" = "xyes") AC_SUBST(CDDA_PLAYER_LIBS) if test x$enable_vcd_info = x; then AC_ARG_ENABLE(vcd_info, - [ --disable-vcd-info don't include Video CD Info from libvcd], - enable_vcd_info=no, - enable_vcd_info=yes) + [ --enable-vcd-info include Video CD Info from libvcd], + enable_vcd_info=yes, + enable_vcd_info=no) fi if test x$enable_vcd_info = xyes; then PKG_CHECK_MODULES(VCDINFO, libvcdinfo >= 0.7.21,