Mercurial > audlegacy-plugins
changeset 1337:831720848162
Bail out if libcdio isn't found.
author | Alex Maclean <monkeh@monkeh.net> |
---|---|
date | Sun, 22 Jul 2007 20:42:28 +0000 |
parents | 0fdf6ee112f5 |
children | 0d4450d66bd1 |
files | configure.ac |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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