gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Tue, 23 Oct 2007 13:34:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/10/23 13:34:25

Modified files:
        .              : ChangeLog configure.ac 

Log message:
                * configure.ac: use test, not the ``['' command, in m4 macros.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4672&r2=1.4673
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.432&r2=1.433

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4672
retrieving revision 1.4673
diff -u -b -r1.4672 -r1.4673
--- ChangeLog   23 Oct 2007 10:21:07 -0000      1.4672
+++ ChangeLog   23 Oct 2007 13:34:24 -0000      1.4673
@@ -1,5 +1,6 @@
 2007-10-23 Sandro Santilli <address@hidden>
 
+       * configure.ac: use test, not the ``['' command, in m4 macros.
        * server/URLAccessManager.cpp (allow): fix assertion checking.
        * testsuite/misc-ming.all/ming_utils.h: provide a CALLFRAME
          macro to use the syntax recognized by the detected Ming

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.432
retrieving revision 1.433
diff -u -b -r1.432 -r1.433
--- configure.ac        22 Oct 2007 15:58:40 -0000      1.432
+++ configure.ac        23 Oct 2007 13:34:25 -0000      1.433
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 dnl  
 
-dnl $Id: configure.ac,v 1.432 2007/10/22 15:58:40 rsavoye Exp $
+dnl $Id: configure.ac,v 1.433 2007/10/23 13:34:25 strk Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, cvs)
@@ -1979,9 +1979,9 @@
     echo "               Install it from 
http://www.libsdl.org/download-1.2.php";
     echo "               or .deb users: apt-get install libsdl1.2-dev"
     echo "               or .rpm users: yum install SDL-devel"
-    [ x$build_sdl = xyes ] &&
+    test x$build_sdl = xyes &&
        echo "               or select a different GUI with --enable-gui= "
-    [ x"$media_handler" = x"ffmpeg" -o x"$media_handler" = x"mad" ] &&
+    test x"$media_handler" = x"ffmpeg" -o x"$media_handler" = x"mad" &&
        echo "               or use --enable-media=gst"
     nogo=true
   fi




reply via email to

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