From a423fd5c594eae7d5f64f003a91ac14c82a740ce Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 30 Nov 2006 02:08:14 +0000 Subject: [PATCH] Disable vcdinfo in cd-info by default. It causes too much of a hassle for too many people. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7c36b72d..0af128b0 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.204 2006/11/27 19:31:37 gmerlin Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.205 2006/11/30 02:08:14 rocky Exp $])dnl AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_CONFIG_SRCDIR(src/cd-info.c) @@ -593,7 +593,7 @@ if test x$enable_cdda_player = xyes; then fi fi -AM_CONDITIONAL(BUILD_CDDA_PLAYER, test "x$enable_cdda_player" = "xyes") +AM_CONDITIONAL(BUILD_CDDA_PLAYER, test "x$enable_cdda_player" = "xno") AC_SUBST(CDDA_PLAYER_LIBS) if test x$enable_vcd_info = x; then