summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-06 13:49:35 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-06 13:49:35 +0000
commit91dd5fe45456df3f2dca4ef9faa286513aa48ad0 (patch)
tree02653f359345ffb4e31ee8e013c289dac6b4fca0 /m4
parent279d4ba5e31cdda8d92d79b955225a09bc33161c (diff)
I wonder how we ever got along without this
Original commit message from CVS: I wonder how we ever got along without this
Diffstat (limited to 'm4')
-rw-r--r--m4/as-avifile.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as-avifile.m4 b/m4/as-avifile.m4
index dbe680d2..26b74dbc 100644
--- a/m4/as-avifile.m4
+++ b/m4/as-avifile.m4
@@ -27,7 +27,7 @@ AC_DEFUN(AS_AVIFILE,
min_avifile_version=ifelse([$1], ,0.7.0,$1)
if test "x$AVIFILE_CONFIG" != "xno"; then
dnl now that we have it, we need to save libs and cflags
- AVIFILE_LDFLAGS=`avifile-config --libs`
+ AVIFILE_LDFLAGS=`avifile-config --libs` -lstdc++
AVIFILE_CXXFLAGS=`avifile-config --cflags`
AC_SUBST(AVIFILE_LDFLAGS)
AC_SUBST(AVIFILE_CXXFLAGS)