gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog macros/libXML.m4 [release_0_7_2]


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/libXML.m4 [release_0_7_2]
Date: Sat, 04 Nov 2006 10:11:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Markus Gothe <nihilus>  06/11/04 10:11:38

Modified files:
        .              : ChangeLog 
        macros         : libXML.m4 

Log message:
        Found a typo here too...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.70&r2=1.1412.2.71
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/libXML.m4?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.22.2.2&r2=1.22.2.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.70
retrieving revision 1.1412.2.71
diff -u -b -r1.1412.2.70 -r1.1412.2.71
--- ChangeLog   4 Nov 2006 10:10:11 -0000       1.1412.2.70
+++ ChangeLog   4 Nov 2006 10:11:38 -0000       1.1412.2.71
@@ -4,8 +4,8 @@
        libraries. This lets specifying --prefix become the default path to 
        search in for cross compiling.
        * macros/zlib.h: Fixed typo, corrected output.
-       * macros/curl.m4, macros/pkg.m4: Typo: cross_compling -> 
-       cross_compiling.
+       * macros/curl.m4, macros/pkg.m4, macros/libXML.m4: Typo: 
+       cross_compling -> cross_compiling.
 
 2006-11-03  Rob Savoye  <address@hidden>
 

Index: macros/libXML.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/libXML.m4,v
retrieving revision 1.22.2.2
retrieving revision 1.22.2.3
diff -u -b -r1.22.2.2 -r1.22.2.3
--- macros/libXML.m4    4 Nov 2006 03:07:25 -0000       1.22.2.2
+++ macros/libXML.m4    4 Nov 2006 10:11:38 -0000       1.22.2.3
@@ -54,7 +54,7 @@
   dnl       -L/usr/lib, which I really want to avoid!
   dnl
   #no_libxml=""
-  if test x$cross_compling = xno; then
+  if test x$cross_compiling = xno; then
     AC_PATH_PROG(XML2_CONFIG, xml2-config, , ,[$PATH])
     if test "x$XML2_CONFIG" != "x" ; then
       if test "x$LIBXML_CFLAGS" = "x" ; then




reply via email to

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