diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-06-17 11:11:06 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-06-17 11:11:06 +0000 |
commit | 561cbada93705eb7d63cb33c14956c6c5a665443 (patch) | |
tree | 9b91fb66e2ed708831a4de18884a3abe7c8f8358 /configure.ac | |
parent | 5c412503fb1a5223995a7b508419ae29e16e2c6e (diff) | |
download | mpd-561cbada93705eb7d63cb33c14956c6c5a665443.tar.gz mpd-561cbada93705eb7d63cb33c14956c6c5a665443.tar.xz mpd-561cbada93705eb7d63cb33c14956c6c5a665443.zip |
add LIBMIKMOD_LDADD to MPD_LIBS
git-svn-id: https://svn.musicpd.org/mpd/trunk@1520 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |