Commit ffbb5c48 authored by Max Kellermann's avatar Max Kellermann

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++.
parent 6b6c7b09
......@@ -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 ---------------------------------
......
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