diff options
-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 --------------------------------- |