gnash-commit
[Top][All Lists]
Advanced

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

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


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/qtopia.m4
Date: Thu, 29 Nov 2007 00:02:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/11/29 00:02:22

Modified files:
        .              : ChangeLog 
        macros         : qtopia.m4 

Log message:
        Clean up.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5003&r2=1.5004
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/qtopia.m4?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5003
retrieving revision 1.5004
diff -u -b -r1.5003 -r1.5004
--- ChangeLog   28 Nov 2007 23:51:47 -0000      1.5003
+++ ChangeLog   29 Nov 2007 00:02:22 -0000      1.5004
@@ -28,6 +28,7 @@
        * backend/render_handler_ogl.cpp: boost::ref(this) -> *this.
        * macros/freetype.m4: --libs-only-l is bogus if you have it
          installed by default and pkg-config is unaware of it.
+       * macros/qtopia.m4: Clean up.
 
 2007-11-28 Sandro Santilli <address@hidden>
 

Index: macros/qtopia.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/qtopia.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- macros/qtopia.m4    28 Nov 2007 22:28:53 -0000      1.2
+++ macros/qtopia.m4    29 Nov 2007 00:02:22 -0000      1.3
@@ -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: qtopia.m4,v 1.2 2007/11/28 22:28:53 rsavoye Exp $
+dnl $Id: qtopia.m4,v 1.3 2007/11/29 00:02:22 nihilus Exp $
 
 dnl address@hidden pts/8> QtCore  QtSvg Qtnetwork QtXml 
 dnl QtCore: Command not found.
@@ -52,10 +52,10 @@
   ])
 
   
-  if test x$QPEDIR != x; then
+  if test x"${QPEDIR}" != x; then
     gnash_qtopia_topdir=$QPEDIR
   else
-    if test x $gnash_qtopia_topdir = x; then
+    if test x"${gnash_qtopia_topdir}" = x; then
       AC_MSG_ERROR([QPEDIR must be set in your shell environment or use 
--with-qtopia=])
     fi
   fi




reply via email to

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