# HG changeset patch # User Alex Maclean # Date 1185136948 0 # Node ID 8317208481628623fe96d14d7d5aa1f1fad8d7bf # Parent 0fdf6ee112f5a0f535c5e663b4aeb5134336be47 Bail out if libcdio isn't found. diff -r 0fdf6ee112f5 -r 831720848162 configure.ac --- a/configure.ac Sun Jul 22 17:36:12 2007 +0300 +++ b/configure.ac Sun Jul 22 20:42:28 2007 +0000 @@ -1143,7 +1143,8 @@ CDIO_CFLAGS=`pkg-config --cflags libcdio_cdda` AC_SUBST(CDIO_LIBS) AC_SUBST(CDIO_CFLAGS)], - [AC_MSG_WARN([*** Cannot find libcdio 0.78.2 or newer, cdaudio-ng will not be built ***])] + [AC_MSG_WARN([*** Cannot find libcdio 0.78.2 or newer, cdaudio-ng will not be built ***]) + enable_cdaudio_ng=no] ) fi