From: Thomas Vander Stichele Date: Sun, 6 Oct 2002 13:49:35 +0000 (+0000) Subject: I wonder how we ever got along without this X-Git-Tag: 1.19.3~507^2~24668 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3f59b4b1c18cd6483168adbb3f26d912ca11b7e;p=platform%2Fupstream%2Fgstreamer.git I wonder how we ever got along without this Original commit message from CVS: I wonder how we ever got along without this --- diff --git a/m4/as-avifile.m4 b/m4/as-avifile.m4 index dbe680d..26b74db 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)