From ffbb5c48ed3edaeb72b26b61637eb3bd1cea9e32 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Sep 2015 22:21:17 +0200 Subject: [PATCH] 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++. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---------------------------------