@@ -562,9 +562,9 @@ if test x$enable_cddb = x; then
|
|||||||
enable_cddb=yes
|
enable_cddb=yes
|
||||||
AC_ARG_ENABLE(cddb,
|
AC_ARG_ENABLE(cddb,
|
||||||
[ --enable-cddb include CDDB lookups in cd_info (default enabled)],
|
[ --enable-cddb include CDDB lookups in cd_info (default enabled)],
|
||||||
enable_cddb=yes, enable_cddb=no)
|
[], enable_cddb=check)
|
||||||
fi
|
fi
|
||||||
if test x$enable_cddb != "no" ; then
|
if test x$enable_cddb != x"no" ; then
|
||||||
PKG_CHECK_MODULES(CDDB, libcddb >= 1.0.1, [
|
PKG_CHECK_MODULES(CDDB, libcddb >= 1.0.1, [
|
||||||
HAVE_CDDB=yes
|
HAVE_CDDB=yes
|
||||||
AC_DEFINE(HAVE_CDDB, [], [Define this if you have libcddb installed])
|
AC_DEFINE(HAVE_CDDB, [], [Define this if you have libcddb installed])
|
||||||
|
|||||||
Reference in New Issue
Block a user