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: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog configure.ac
Date: Sat, 07 Oct 2006 10:37:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/07 10:37:56

Modified files:
        .              : ChangeLog configure.ac 

Log message:
        Fixed typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1057&r2=1.1058
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.126&r2=1.127

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1057
retrieving revision 1.1058
diff -u -b -r1.1057 -r1.1058
--- ChangeLog   7 Oct 2006 09:43:32 -0000       1.1057
+++ ChangeLog   7 Oct 2006 10:37:56 -0000       1.1058
@@ -1,3 +1,7 @@
+2006-10-07 Markus Gothe <address@hidden>
+
+       * configure.ac: Fixed typo. '!=' -> '='.
+
 2006-10-07 Tomas Groth Christensen <tomas@>
 
        * configure.ac: Fixed typo, so that we check for OpenGL when 

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -b -r1.126 -r1.127
--- configure.ac        7 Oct 2006 09:43:32 -0000       1.126
+++ configure.ac        7 Oct 2006 10:37:56 -0000       1.127
@@ -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.126 2006/10/07 09:43:32 tgc Exp $
+dnl $Id: configure.ac,v 1.127 2006/10/07 10:37:56 nihilus Exp $
 
 AC_PREREQ(2.50)
 AC_INIT(gnash, 0.7.1-cvs)
@@ -414,7 +414,7 @@
 dnl before checking for gstreamer
 dnl
 
-if test x$renderer != xkde -o x$gui = xkde; then
+if test x$renderer = xkde -o x$gui = xkde; then
 KDE_SET_PREFIX
 AM_KDE_WITH_NLS
 AC_PATH_KDE




reply via email to

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