Commit 561cbada authored by Warren Dukes's avatar Warren Dukes

add LIBMIKMOD_LDADD to MPD_LIBS

git-svn-id: https://svn.musicpd.org/mpd/trunk@1520 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 5c412503
......@@ -476,7 +476,7 @@ fi
if test x$enable_mod = xyes; then
AM_PATH_LIBMIKMOD(3.1.7, MPD_CFLAGS="$MPD_CFLAGS $LIBMIKMOD_CFLAGS"
MPD_LIBS="$MPD_LIBS $LIBMIKMOD_LIBS", enable_mod=no)
MPD_LIBS="$MPD_LIBS $LIBMIKMOD_LIBS $LIBMIKMOD_LDADD", enable_mod=no)
if test x$enable_mod = xyes; then
AC_DEFINE(HAVE_MIKMOD, 1, [Define for mikmod support])
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment