gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11533: Turn some WARNING into RECOM


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11533: Turn some WARNING into RECOMMENDED (things required for SWF compatibility).
Date: Thu, 01 Oct 2009 18:43:42 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11533
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Thu 2009-10-01 18:43:42 +0200
message:
  Turn some WARNING into RECOMMENDED (things required for SWF compatibility).
  Fix a typo in one of those messages.
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2009-09-24 21:02:22 +0000
+++ b/configure.ac      2009-10-01 16:43:42 +0000
@@ -2691,11 +2691,11 @@
   fi
   echo "        PNG libs are: $PNG_LIBS"
 else
-  echo "        WARNING: No PNG library development package installed!" >&4
-  echo "                 Gnash will be built without support for dynamic 
loading of PNG files." >&4
-  echo "                 Install it from http://www.libpng.org"; >&4
-  echo "                 or .deb users: apt-get install libpng12-dev" >&4
-  echo "                 or .rpm users: yum install libpng-devel" >&4
+  echo "        RECOMMENDED: No PNG library development package installed!" >&4
+  echo "                     Gnash will be built without support for dynamic 
loading of PNG files." >&4
+  echo "                     Install it from http://www.libpng.org"; >&4
+  echo "                     or .deb users: apt-get install libpng12-dev" >&4
+  echo "                     or .rpm users: yum install libpng-devel" >&4
 fi
 
 dnl if test x"$OGG_LIBS" != x; then
@@ -3267,13 +3267,13 @@
   fi
   echo "        Z libs are: $Z_LIBS"
 else
-  echo "        WARNING: You need to have the zlib development packages 
installed" >&4
-  echo "                 to play compressed SWF (most of them from version 6 
up)" >&4
-  echo "                 and to display some kinds of JPEG files." >&4
-  echo "                 Install it from http://www.zlib.net"; >&4
-  echo "                 or .deb users: apt-get install zlib1g-dev" >&4
-  echo "                 or .rpm users: yum install zlib-devel." >&4
-  echo "                 It may still be possible to configure without zlib." 
>&4
+  echo "        RECOMMENDED: You need to have the zlib development packages 
installed" >&4
+  echo "                     to play compressed SWF (most of them from version 
6 up)" >&4
+  echo "                     and to display some kinds of JPEG files." >&4
+  echo "                     Install it from http://www.zlib.net"; >&4
+  echo "                     or .deb users: apt-get install zlib1g-dev" >&4
+  echo "                     or .rpm users: yum install zlib-devel." >&4
+  echo "                     It may still be possible to configure without 
zlib." >&4
 fi
 
 if test x"$FREETYPE2_LIBS" != x; then
@@ -3284,12 +3284,12 @@
   fi
   echo "        FreeType libs are: $FREETYPE2_LIBS"
 else
-  echo "        WARNING: You need to have the freetype development packages 
installed" >&4
-  echo "                 to use device fonts." >&4
-  echo "                 Install it from http://www.freetype.org"; >&4
-  echo "                 or .deb users: apt-get install libfreetype6-dev" >&4
-  echo "                 or .rpm users: yum install freetype-devel" >&4
-  echo "                 It may still be possible to configure without 
freetype." >&4
+  echo "        RECOMMENDED: You need to have the freetype development 
packages installed" >&4
+  echo "                     to use device fonts." >&4
+  echo "                     Install it from http://www.freetype.org"; >&4
+  echo "                     or .deb users: apt-get install libfreetype6-dev" 
>&4
+  echo "                     or .rpm users: yum install freetype-devel" >&4
+  echo "                     It may still be possible to configure without 
freetype." >&4
 fi
 
 if test x"$FONTCONFIG_LIBS" != x; then
@@ -3300,12 +3300,12 @@
   fi
   echo "        Fontconfig libs are: $FONTCONFIG_LIBS"
 else
-  echo "        WARNING: You need to have the freetype development packages 
installed" >&4
-  echo "                 to use device fonts." >&4
-  echo "                 Install it from http://www.fontconfig.org"; >&4
-  echo "                 or .deb users: apt-get install libfontconfig1-dev" >&4
-  echo "                 or .rpm users: yum install fontconfig-devel" >&4
-  echo "                 It may still be possible to configure without 
fontconfig." >&4
+  echo "        RECOMMENDED: You need to have the fontconfig development 
packages installed" >&4
+  echo "                     to use device fonts." >&4
+  echo "                     Install it from http://www.fontconfig.org"; >&4
+  echo "                     or .deb users: apt-get install 
libfontconfig1-dev" >&4
+  echo "                     or .rpm users: yum install fontconfig-devel" >&4
+  echo "                     It may still be possible to configure without 
fontconfig." >&4
 fi
 
 if test x$ext_mysql = xyes; then


reply via email to

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