summaryrefslogtreecommitdiffstats
path: root/m4/gst-sid.m4
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-07-18 19:11:36 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-07-18 19:11:36 +0000
commit876e2a6966c5f89c92e5c7f092e653c1a13f7a7e (patch)
treec4d104c97e72b753d4971b15b2a623e767d7b47d /m4/gst-sid.m4
parentf45029f506009fd1410fa727c79f8b2fb86a8cf3 (diff)
downloadgst-plugins-bad-876e2a6966c5f89c92e5c7f092e653c1a13f7a7e.tar.gz
gst-plugins-bad-876e2a6966c5f89c92e5c7f092e653c1a13f7a7e.tar.bz2
gst-plugins-bad-876e2a6966c5f89c92e5c7f092e653c1a13f7a7e.zip
sid build fix
Original commit message from CVS: sid build fix
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 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