summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-26 12:17:57 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-26 12:17:57 +0000
commit289ff394ce3422229654d422e74eae7330162bb0 (patch)
tree19389b731a33c506d0bad5fc0c8a55e90cb3fc88 /m4
parent8ad631b268a8c7b41add1c54c4d4ccc0383cd34a (diff)
updated avifile ?
Original commit message from CVS: updated avifile ?
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 26b74dbc..dbe680d2 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` -lstdc++
+ AVIFILE_LDFLAGS=`avifile-config --libs`
AVIFILE_CXXFLAGS=`avifile-config --cflags`
AC_SUBST(AVIFILE_LDFLAGS)
AC_SUBST(AVIFILE_CXXFLAGS)