From 561cbada93705eb7d63cb33c14956c6c5a665443 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 17 Jun 2004 11:11:06 +0000 Subject: add LIBMIKMOD_LDADD to MPD_LIBS git-svn-id: https://svn.musicpd.org/mpd/trunk@1520 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e79cc5c49..9137a074b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3