diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-06 13:49:35 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-06 13:49:35 +0000 |
commit | bfc39d311dc2fd793f67d48dc89e40128a98d2e1 (patch) | |
tree | 9ed7b77bb0e86ae2911dc91b4ddd74d4fc6f37da /m4 | |
parent | 3c967ffc03bd78b1d697140ae71c81c348db3b6a (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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as-avifile.m4 b/m4/as-avifile.m4 index dbe680d25..26b74dbcc 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) |