gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Tue, 24 Jul 2007 22:55:27 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/24 22:55:26

Modified files:
        .              : ChangeLog configure.ac 

Log message:
                * configure.ac: don't take absence of libAGG as if an
                  old version was found. Fixes bug #20011.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3818&r2=1.3819
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.366&r2=1.367

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3818
retrieving revision 1.3819
diff -u -b -r1.3818 -r1.3819
--- ChangeLog   24 Jul 2007 22:48:12 -0000      1.3818
+++ ChangeLog   24 Jul 2007 22:55:26 -0000      1.3819
@@ -1,3 +1,8 @@
+2007-07-24 Sandro Santilli <address@hidden>
+
+       * configure.ac: don't take absence of libAGG as if an
+         old version was found. Fixes bug #20011.
+
 2007-07-24 Tomas Groth Christensen <address@hidden>
 
        * server/parser/video_stream_def.cpp: Free the video frames

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -b -r1.366 -r1.367
--- configure.ac        23 Jul 2007 21:19:36 -0000      1.366
+++ configure.ac        24 Jul 2007 22:55:26 -0000      1.367
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.366 2007/07/23 21:19:36 strk Exp $
+dnl $Id: configure.ac,v 1.367 2007/07/24 22:55:26 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -1849,31 +1849,31 @@
   echo "                 or .rpm users: yum install curl-devel"
 fi
 
-if test x$build_agg = xyes; then
+if test x$build_agg = xyes; then # {
   echo "        AGG Pixel format is: $pixelformat"
-  if test x"${agg25}" = xyes; then
-    if test x"$AGG_LIBS" != x; then
-      if test x"$AGG_CFLAGS" != x; then
+    if test x"$AGG_LIBS" != x; then # {
+      if test x"${agg25}" != xyes; then # {
+        echo "        WARNING: Your installation of AGG appears to be version 
2.4 or older."
+        echo "                 Please upgrade to AGG 2.5 or greater"
+        echo "                 or .deb users: apt-get install libagg-dev"
+        echo "                 or .rpm users: yum install agg-devel"
+        nogo=true
+      else # }{
+        if test x"$AGG_CFLAGS" != x; then # {
         echo "        AGG flags are: $AGG_CFLAGS"
-      else
+        else # }{
         echo "        AGG flags are: default include path"
-      fi
+        fi # }
       echo "        AGG libs are: $AGG_LIBS"
-dnl      echo "          needs compatibility layer: 
$agg_need_compatibility_layer"
-    else
+      fi # }
+    else # }{
       echo "        ERROR: No AGG development package installed!"
       echo "               Install it from http://www.antigrain.com";
       echo "               or .deb users: apt-get install libagg-dev"
       echo "               or .rpm users: yum install agg-devel"
       nogo=true
-    fi
-  else
-    echo "        WARNING: Your installation of AGG appears to be version 2.4 
or older."
-    echo "                 Please upgrade to AGG 2.5 or greater"
-    echo "                 or .deb users: apt-get install libagg-dev"
-    echo "                 or .rpm users: yum install agg-devel"
-  fi
-fi
+    fi # }
+fi # }
 
 if test x"$BOOST_LIBS" != x; then
     # Only cygnal requires date_time at present, so it's OK if either




reply via email to

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