fixed warning if mixmod-dev is not present

Original commit message from CVS:
fixed warning if mixmod-dev is not present
This commit is contained in:
Andy Wingo 2001-09-22 20:17:37 +00:00
parent aa66e0f801
commit c4fcc0b947

View file

@ -502,7 +502,7 @@ AC_CHECK_LIB(mikmod, MikMod_Init,
HAVE_LIBMIKMOD=yes
AC_DEFINE(HAVE_LIBMIKMOD, 1, [Define if libmikmod is available]),
AC_MSG_WARN(
***** NOTE: These plugins won't be built: mad
***** NOTE: These plugins won't be built: mikmod
)
HAVE_LIBMIKMOD=no,
)