From b1a72c030785a0f9b13bf1e475497d5874507f4d Mon Sep 17 00:00:00 2001 From: Andrew Mitchell Date: Sat, 29 Sep 2001 11:28:24 +0000 Subject: [PATCH] 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 :) --- configure.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.base b/configure.base index 86ac0609c9..fdfdade92c 100644 --- a/configure.base +++ b/configure.base @@ -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, )