diff options
author | Max Kellermann <max@duempel.org> | 2015-09-30 22:21:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-09-30 22:21:46 +0200 |
commit | ffbb5c48ed3edaeb72b26b61637eb3bd1cea9e32 (patch) | |
tree | e96cbd26fe7a300609e87596250306039a9b792f | |
parent | 6b6c7b0920358eb9cceecf52dac919a95f59da7f (diff) |
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++.
-rw-r--r-- | configure.ac | 2 |
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 --------------------------------- |