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 <[EMAIL PROTECTED]>
* 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 # {
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev