summaryrefslogtreecommitdiff
path: root/m4/gst-sid.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/gst-sid.m4')
-rw-r--r--m4/gst-sid.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-sid.m4 b/m4/gst-sid.m4
index a9d9543fe..c7521f5ad 100644
--- a/m4/gst-sid.m4
+++ b/m4/gst-sid.m4
@@ -9,7 +9,7 @@ AC_LANG_PUSH(C++)
AC_CHECK_HEADER(sidplay/player.h, HAVE_SIDPLAY="yes", HAVE_SIDPLAY="no")
if test $HAVE_SIDPLAY = "yes"; then
- SIDPLAY_LIBS="-lsidplay"
+ SIDPLAY_LIBS="-lsidplay -lstdc++"
AC_MSG_CHECKING([whether -lsidplay works])
ac_libs_safe=$LIBS