gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/macros libXML.m4


From: Rob Savoye
Subject: [Gnash-commit] gnash/macros libXML.m4
Date: Tue, 09 Jan 2007 00:57:58 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/01/09 00:57:58

Modified files:
        macros         : libXML.m4 

Log message:
        Remove space before =.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/libXML.m4?cvsroot=gnash&r1=1.26&r2=1.27

Patches:
Index: libXML.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/libXML.m4,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- libXML.m4   9 Jan 2007 00:43:43 -0000       1.26
+++ libXML.m4   9 Jan 2007 00:57:58 -0000       1.27
@@ -14,7 +14,7 @@
 dnl  along with this program; if not, write to the Free Software
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-dnl $Id: libXML.m4,v 1.26 2007/01/09 00:43:43 rsavoye Exp $
+dnl $Id: libXML.m4,v 1.27 2007/01/09 00:57:58 rsavoye Exp $
 
 AC_DEFUN([GNASH_PATH_LIBXML], [
   has_xml=no
@@ -37,7 +37,7 @@
         ac_cv_path_libxml_incl=`$XML2_CONFIG --cflags`
       fi
       if test "x$XML2_LIBS" = "x" ; then
-       ac_cv_path_libxml_lib =`$XML2_CONFIG --libs | sed -e 's:-L/usr/lib::'`
+        ac_cv_path_libxml_lib=`$XML2_CONFIG --libs | sed -e 's:-L/usr/lib::'`
       fi
     else
       AC_MSG_RESULT(no)




reply via email to

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