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: Markus Gothe
Subject: [Gnash-commit] gnash/macros agg.m4
Date: Thu, 12 Oct 2006 20:45:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/12 20:45:25

Modified files:
        macros         : agg.m4 

Log message:
        Bug-fix.

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

Patches:
Index: agg.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/agg.m4,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- agg.m4      12 Oct 2006 20:16:21 -0000      1.12
+++ agg.m4      12 Oct 2006 20:45:25 -0000      1.13
@@ -35,7 +35,7 @@
 dnl  
 dnl 
 
-dnl $Id: agg.m4,v 1.12 2006/10/12 20:16:21 nihilus Exp $
+dnl $Id: agg.m4,v 1.13 2006/10/12 20:45:25 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 
@@ -120,7 +120,7 @@
            ac_cv_path_agg_lib="-L$i"
            break
           else
-           ac_cv_path_agg_lib="-lagg"
+           ac_cv_path_agg_lib=""
            break
           fi
         fi
@@ -133,9 +133,13 @@
 
 
   if test x"${ac_cv_path_agg_lib}" != x -a x"$pkg" = x"yes"; then
+      AGG_LIBS="${ac_cv_path_agg_lib}"
+  else
+       if test x"$agg24" = x"yes"; then
       AGG_LIBS="${ac_cv_path_agg_lib} -lagg"
   else
-      AGG_LIBS="${ac_cv_path_agg_lib}"
+               AGG_LIBS=""
+       fi     
   fi
 
   AC_EGREP_HEADER(render_scanlines_compound_layered, 




reply via email to

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