From 91dd5fe45456df3f2dca4ef9faa286513aa48ad0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 6 Oct 2002 13:49:35 +0000 Subject: I wonder how we ever got along without this Original commit message from CVS: I wonder how we ever got along without this --- m4/as-avifile.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') 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) -- cgit