gnash-commit
[Top][All Lists]
Advanced

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

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


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

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

Modified files:
        .              : ChangeLog 
        macros         : kde.m4 

Log message:
        Another bashism found, no wonder why I top the ci-list at work ;)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4155&r2=1.4156
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/kde.m4?cvsroot=gnash&r1=1.35&r2=1.36

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

Index: macros/kde.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/kde.m4,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- macros/kde.m4       3 Aug 2007 03:01:16 -0000       1.35
+++ macros/kde.m4       29 Aug 2007 22:34:38 -0000      1.36
@@ -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: kde.m4,v 1.35 2007/08/03 03:01:16 rsavoye Exp $
+dnl $Id: kde.m4,v 1.36 2007/08/29 22:34:38 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_KDE],
 [
@@ -192,7 +192,7 @@
 dnl so we set topdir to /usr so that $topdir/lib/libqt-mt.* works below,
 dnl and version to 3 or whatever.
 dnl incllist is inherited from configure.ac.
-  if test "x$gnash_qt_version" == x; then
+  if test "x$gnash_qt_version" = x; then
     for i in $incllist; do
       for j in `ls -dr $i/qt[[0-9]] 2>/dev/null`; do
         if test -f $j/qobject.h; then




reply via email to

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