From 876e2a6966c5f89c92e5c7f092e653c1a13f7a7e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 18 Jul 2003 19:11:36 +0000 Subject: sid build fix Original commit message from CVS: sid build fix --- m4/gst-sid.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/gst-sid.m4') 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 -- cgit v1.2.1