aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-09-30 22:21:17 +0200
committerMax Kellermann <max@duempel.org>2015-09-30 22:21:46 +0200
commitffbb5c48ed3edaeb72b26b61637eb3bd1cea9e32 (patch)
treee96cbd26fe7a300609e87596250306039a9b792f /configure.ac
parent6b6c7b0920358eb9cceecf52dac919a95f59da7f (diff)
downloadmpd-ffbb5c48ed3edaeb72b26b61637eb3bd1cea9e32.tar.gz
mpd-ffbb5c48ed3edaeb72b26b61637eb3bd1cea9e32.tar.xz
mpd-ffbb5c48ed3edaeb72b26b61637eb3bd1cea9e32.zip
configure.ac: remove -lstdc++ from fallback GME_LIBS
This should not be necessary if libgme was built properly, and it may break the build with libc++.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5c064638b..ea8b1320f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -875,7 +875,7 @@ MPD_ENABLE_AUTO_PKG(fluidsynth, FLUIDSYNTH, [fluidsynth >= 1.1],
dnl ---------------------------------- libgme ---------------------------------
MPD_ENABLE_AUTO_PKG_LIB(gme, GME, [libgme],
- gme, gme_open_file, [-lgme -lstdc++], [],
+ gme, gme_open_file, [-lgme], [],
[Game Music Emulator decoder plugin], [libgme not found])
dnl ---------------------------------- libmad ---------------------------------