mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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:
parent
b4a9554f99
commit
b1a72c0307
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue