CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/01/29 23:26:01

Modified files:
        .              : configure.ac 

Log message:
        Fix rubbish message about needing libmesa to include libxml2

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.242&r2=1.243

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -b -r1.242 -r1.243
--- configure.ac        29 Jan 2007 23:21:01 -0000      1.242
+++ configure.ac        29 Jan 2007 23:26:01 -0000      1.243
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.242 2007/01/29 23:21:01 martinwguy Exp $
+dnl $Id: configure.ac,v 1.243 2007/01/29 23:26:01 martinwguy Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -913,8 +913,7 @@
     echo "        XML libs are: $LIBXML_LIBS"
   else
     echo "        ERROR: No libxml2 development package installed!\
- You need to have the libmesa development package installed\
- to compile this project or install libxml2-dev (using apt-get)\
+ To compile this project install libxml2-dev (using apt-get)\
  or libxml2-devel (using yum or rpm)."
     nogo=true
   fi


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to