CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/10 21:00:53

Modified files:
        .              : configure.ac 

Log message:
        Typo, *sigh*

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

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -b -r1.143 -r1.144
--- configure.ac        10 Oct 2006 20:58:26 -0000      1.143
+++ configure.ac        10 Oct 2006 21:00:53 -0000      1.144
@@ -33,7 +33,7 @@
 dnl also makes it possible to release a modified version which carries
 dnl forward this exception.
 
-dnl $Id: configure.ac,v 1.143 2006/10/10 20:58:26 nihilus Exp $
+dnl $Id: configure.ac,v 1.144 2006/10/10 21:00:53 nihilus Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.1-cvs)
@@ -1104,7 +1104,7 @@
   fi
 fi
 
-if test x"$BOOST_CFLAGS" != x -o test x"$BOOST_LIBS" != x; then
+if test x"$BOOST_CFLAGS" != x -o x"$BOOST_LIBS" != x; then
     echo "        BOOST flags are: $BOOST_CFLAGS"
     echo "        BOOST libs are: $BOOST_LIBS"
 else


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

Reply via email to