gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] Incorrect message when AGG is old...


From: Alfred M. Szmidt
Subject: [Gnash-dev] Incorrect message when AGG is old...
Date: Mon, 13 Aug 2007 00:25:03 +0200 (CEST)

When AGG is version <= 2.4, the output only states that it is a
warning, but configure still reports that something is missing, this
fixes just that.

2007-08-13  Alfred M. Szmidt  <address@hidden>

        * configure.ac: State that a <= 2.4 version of AGG is an error.

--- configure.ac        13 Aug 2007 00:19:52 +0200      1.399
+++ configure.ac        13 Aug 2007 00:20:53 +0200      
@@ -1926,10 +1926,10 @@ if test x$build_agg = xyes; then # {
   echo "        AGG Pixel format is: $pixelformat"
     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"
+        echo "        ERROR: 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 # {




reply via email to

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