gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog macros/agg.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/agg.m4
Date: Sat, 11 Nov 2006 00:54:52 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/11 00:54:52

Modified files:
        .              : ChangeLog 
        macros         : agg.m4 

Log message:
        Check for agg_gradient_lut.h.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1583&r2=1.1584
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/agg.m4?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1583
retrieving revision 1.1584
diff -u -b -r1.1583 -r1.1584
--- ChangeLog   10 Nov 2006 23:07:46 -0000      1.1583
+++ ChangeLog   11 Nov 2006 00:54:52 -0000      1.1584
@@ -10,6 +10,8 @@
        "error: ISO C++ forbids comparison between pointer of type 'void *' 
         and pointer-to-function"
 
+       * macros/agg.m4: Check for agg_gradient_lut.h.   
+
 2006-11-09 Sandro Santilli <address@hidden>
 
        * utilities/processor.cpp: call gnash::clear() as last step to help

Index: macros/agg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/agg.m4,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- macros/agg.m4       4 Nov 2006 00:00:30 -0000       1.18
+++ macros/agg.m4       11 Nov 2006 00:54:52 -0000      1.19
@@ -17,7 +17,7 @@
 dnl  
 dnl 
 
-dnl $Id: agg.m4,v 1.18 2006/11/04 00:00:30 rsavoye Exp $
+dnl $Id: agg.m4,v 1.19 2006/11/11 00:54:52 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 
@@ -67,12 +67,19 @@
     fi
   fi
   
-  AC_MSG_RESULT(${ac_cv_path_agg_incl})
+AC_MSG_RESULT(${ac_cv_path_agg_incl})
   
-  if test x"${ac_cv_path_agg_incl}" != x ; then
+dnl Check for agg_gradient_lut.h.
+if test -f "$agg_include_dir/agg_gradient_lut.h"; then
+       break
+else   
+       AC_MSG_ERROR([agg_gradient_lut.h not found, please upgrade to AGG 2.5!])
+fi
+
+if test x"${ac_cv_path_agg_incl}" != x ; then
     AGG_CFLAGS="${ac_cv_path_agg_incl}"
-  fi
-  AC_SUBST(AGG_CFLAGS)
+fi
+AC_SUBST(AGG_CFLAGS)
 
 
   dnl Look for the library




reply via email to

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