gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog macros/libexe.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/libexe.m4
Date: Wed, 29 Aug 2007 22:32:14 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/08/29 22:32:14

Modified files:
        .              : ChangeLog 
        macros         : libexe.m4 

Log message:
        Another bashism fixed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4154&r2=1.4155
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/libexe.m4?cvsroot=gnash&r1=1.8&r2=1.9

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4154
retrieving revision 1.4155
diff -u -b -r1.4154 -r1.4155
--- ChangeLog   29 Aug 2007 22:30:07 -0000      1.4154
+++ ChangeLog   29 Aug 2007 22:32:13 -0000      1.4155
@@ -3,7 +3,7 @@
        * configure.ac, libbase/utility.h, server/asobj/Date.cpp,
        backend/render_handler_agg.cpp: Unified trunc() and added
        checking.
-       * configure.ac: keep bourn-sh, /bin/sh, happy.
+       * configure.ac, macros/libexe.m4: keep bourne-sh, /bin/sh, happy.
 
 2007-08-29 Sandro Santilli <address@hidden>
 

Index: macros/libexe.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/libexe.m4,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- macros/libexe.m4    1 Jul 2007 10:54:13 -0000       1.8
+++ macros/libexe.m4    29 Aug 2007 22:32:14 -0000      1.9
@@ -27,13 +27,13 @@
   LIBPRE="lib"
 
   if test "x$LIBPRE" != "x" ; then
-    if test x"$EXEEXT" == "exe"; then
+    if test x"$EXEEXT" = "exe"; then
       LIBPRE="lib"
     fi
   fi
 
   if test "x$LIBEXT" != "x" ; then
-    if test x"$EXEEXT" == "exe"; then
+    if test x"$EXEEXT" = "exe"; then
       LIBEXT="dll"
     fi
   fi




reply via email to

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