gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/macros agg.m4


From: Rob Savoye
Subject: [Gnash-commit] gnash/macros agg.m4
Date: Sat, 07 Oct 2006 17:30:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/10/07 17:30:34

Modified files:
        macros         : agg.m4 

Log message:
        Use with_agg_lib, not with_agg_incl for the AGG libraries.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/agg.m4?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: agg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/agg.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- agg.m4      7 Oct 2006 17:14:28 -0000       1.3
+++ agg.m4      7 Oct 2006 17:30:34 -0000       1.4
@@ -86,7 +86,7 @@
     AC_CACHE_VAL(ac_cv_path_agg_lib,[
     if test x"${with_agg_lib}" != x ; then
       if test -f ${with_agg_lib}/libagg.a -o -f ${with_agg_lib}/libagg.so; then
-       ac_cv_path_agg_lib="-L`(cd ${with_agg_incl}; pwd)`"
+       ac_cv_path_agg_lib="-L`(cd ${with_agg_lib}; pwd)`"
       else
        AC_MSG_ERROR([${with_agg_lib} directory doesn't contain AGG libraries.])
       fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]