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++.
This commit is contained in:
Max Kellermann 2015-09-30 22:21:17 +02:00
parent 6b6c7b0920
commit ffbb5c48ed

View File

@ -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 ---------------------------------