From 513b47f4b9154938e48661032c33867a9c1b6c31 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 25 Feb 2004 02:01:05 +0000 Subject: [PATCH] Better wording of what happens when libvcdinfo is not around. --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1a8c46eb..386e234d 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA. AC_PREREQ(2.52) -AC_REVISION([$Id: configure.ac,v 1.61 2004/02/22 09:34:15 rocky Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.62 2004/02/25 02:01:05 rocky Exp $])dnl AC_INIT(libcdio, 0.67cvs) AC_CONFIG_SRCDIR(src/cd-info.c) AM_INIT_AUTOMAKE @@ -303,7 +303,9 @@ if test x$enable_vcd_info = xyes; then PKG_CHECK_MODULES(VCDINFO, libvcdinfo >= 0.7.20, [AC_DEFINE([HAVE_VCDINFO],1, [Define this if you have libvcdinfo installed])], - [AC_MSG_WARN(a new enough libvcdinfo not found. libvcdinfo is part of vcdimager. Get from http://vcdimager.org) + [AC_MSG_WARN(a new enough libvcdinfo not found. +VCD info display in cd-read disabled. +libvcdinfo is part of vcdimager. Get it from http://vcdimager.org) enable_vcd_info=no]) fi