From 90c266d1ad18b9ed36f52940fc70a713b84d11d6 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 19 Jun 2004 16:17:09 +0000 Subject: [PATCH] libvcdinfo is used by cd-info not cd-read. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0bd88c73..970c7b98 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ define(RELEASE_NUM, 69) define(CDIO_VERSION_STR, 0.$1cvs) AC_PREREQ(2.52) -AC_REVISION([$Id: configure.ac,v 1.84 2004/06/12 17:33:46 rocky Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.85 2004/06/19 16:17:09 rocky Exp $])dnl AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_CONFIG_SRCDIR(src/cd-info.c) AM_INIT_AUTOMAKE @@ -345,7 +345,7 @@ if test x$enable_vcd_info = xyes; then [AC_DEFINE([HAVE_VCDINFO],1, [Define this if you have libvcdinfo installed])], [AC_MSG_WARN(a new enough libvcdinfo not found. -VCD info display in cd-read disabled. +VCD info display in cd-info disabled. libvcdinfo is part of vcdimager. Get it from http://vcdimager.org) enable_vcd_info=no]) fi