Fixed up incorrect error message for mikmod lib/header check. It was annoying me :)

Original commit message from CVS:
Fixed up incorrect error message for mikmod lib/header check. It was annoying me :)
This commit is contained in:
Andrew Mitchell 2001-09-29 11:28:24 +00:00
parent b4a9554f99
commit b1a72c0307

View file

@ -528,7 +528,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,
)