diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gst-sid.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-sid.m4 b/m4/gst-sid.m4 index a9d9543f..c7521f5a 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 |