summaryrefslogtreecommitdiff
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
commit7d0eff15e33121ca02d44c7b52e421d8326cfec9 (patch)
tree68d78df3c44608af1e2cd59e881c0edadecc766b /m4
parentf2ef6fa3da30652a92be13ed735770ef66cf1895 (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)