diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-26 12:17:57 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-26 12:17:57 +0000 |
commit | c1dd5c1b57a3f0ab629655ba19e6b8bfa3450dcc (patch) | |
tree | a10e044f6fbd43fbf08c291c9ed768c84c3cc1be /m4 | |
parent | 122c6f15c795a63e64d4bb080a45ac8fc63695f0 (diff) |
updated avifile ?
Original commit message from CVS:
updated avifile ?
Diffstat (limited to 'm4')
-rw-r--r-- | m4/as-avifile.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as-avifile.m4 b/m4/as-avifile.m4 index 26b74dbcc..dbe680d25 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) |