CVSROOT: /sources/gnash Module name: gnash Changes by: Markus Gothe <nihilus> 07/11/29 00:12:36
Modified files: . : ChangeLog macros : agg.m4 Log message: --libs-only-L cannot have worked ever. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5004&r2=1.5005 http://cvs.savannah.gnu.org/viewcvs/gnash/macros/agg.m4?cvsroot=gnash&r1=1.30&r2=1.31 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5004 retrieving revision 1.5005 diff -u -b -r1.5004 -r1.5005 --- ChangeLog 29 Nov 2007 00:02:22 -0000 1.5004 +++ ChangeLog 29 Nov 2007 00:12:36 -0000 1.5005 @@ -29,6 +29,7 @@ * macros/freetype.m4: --libs-only-l is bogus if you have it installed by default and pkg-config is unaware of it. * macros/qtopia.m4: Clean up. + * macros/agg.m4: --libs-only-L cannot have worked ever. 2007-11-28 Sandro Santilli <[EMAIL PROTECTED]> Index: macros/agg.m4 =================================================================== RCS file: /sources/gnash/gnash/macros/agg.m4,v retrieving revision 1.30 retrieving revision 1.31 diff -u -b -r1.30 -r1.31 --- macros/agg.m4 13 Oct 2007 23:24:07 -0000 1.30 +++ macros/agg.m4 29 Nov 2007 00:12:36 -0000 1.31 @@ -14,7 +14,7 @@ dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -dnl $Id: agg.m4,v 1.30 2007/10/13 23:24:07 rsavoye Exp $ +dnl $Id: agg.m4,v 1.31 2007/11/29 00:12:36 nihilus Exp $ dnl agg_rasterizer_compound_aa.h is a new file included in AGG 2.4, dnl but not in AGG 2.3. As we need AGG 2.4, we use this as @@ -86,7 +86,7 @@ pkg=no if test x$cross_compiling = xno; then if test x"$PKG_CONFIG" != x -a x"${ac_cv_path_agg_lib}" = x; then - $PKG_CONFIG --exists libagg && ac_cv_path_agg_lib=`$PKG_CONFIG --libs-only-L libagg` + $PKG_CONFIG --exists libagg && ac_cv_path_agg_lib=`$PKG_CONFIG --libs-only-l libagg` $PKG_CONFIG --exists libagg && ac_cv_path_agg_lib="${ac_cv_path_agg_lib}`$PKG_CONFIG --libs-only-l libagg`" $PKG_CONFIG --exists libagg && pkg=yes fi _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit