gnash-commit
[Top][All Lists]
Advanced

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

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


From: Martin Guy
Subject: [Gnash-commit] gnash macros/x11.m4 ChangeLog
Date: Fri, 18 May 2007 03:52:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/05/18 03:52:24

Modified files:
        macros         : x11.m4 
        .              : ChangeLog 

Log message:
                * macros/x11.m4: Two typoes "if x${a} != xfoo"

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/x11.m4?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3258&r2=1.3259

Patches:
Index: macros/x11.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/x11.m4,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- macros/x11.m4       18 May 2007 01:26:01 -0000      1.9
+++ macros/x11.m4       18 May 2007 03:52:23 -0000      1.10
@@ -15,7 +15,7 @@
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 
-dnl $Id: x11.m4,v 1.9 2007/05/18 01:26:01 nihilus Exp $
+dnl $Id: x11.m4,v 1.10 2007/05/18 03:52:23 martinwguy Exp $
 
 AC_DEFUN([GNASH_PATH_X11],
 [
@@ -71,7 +71,7 @@
     newlist="/Developer/SDKs/MacOSX10.4*.sdk/usr/lib 
/Developer/SDKs/MacOSX10.4*.sdk/usr/X11R6/lib ${libslist}"
     for i in $newlist; do
      if test -f $i/libX11.a -o -f $i/libX11.${shlibext}; then
-       if x"${i}" != x"/usr/lib"; then
+       if test x"${i}" != x"/usr/lib"; then
          ac_cv_path_x11_lib="-L$i -lX11"
        else
          ac_cv_path_x11_lib="-lX11"
@@ -95,7 +95,7 @@
 
   for i in $newlist; do
     if test -f $i/libXplugin.a -o -f $i/libXplugin.${shlibext}; then
-      if x"${i}" != x"/usr/lib"; then
+      if test x"${i}" != x"/usr/lib"; then
         ac_cv_path_x11_lib="${ac_cv_path_x11_lib} -L$i -lXplugin"
       else
         ac_cv_path_x11_lib="${ac_cv_path_x11_lib} -lXplugin"

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3258
retrieving revision 1.3259
diff -u -b -r1.3258 -r1.3259
--- ChangeLog   18 May 2007 03:17:22 -0000      1.3258
+++ ChangeLog   18 May 2007 03:52:23 -0000      1.3259
@@ -3,6 +3,7 @@
        * configure.ac: Change package help message format
          and fix typo MYSQC_CFLAGS
        * backend/sound_handler.h: Remove old adpcm_expand() decl
+       * macros/x11.m4: Two typoes "if x${a} != xfoo"
 
 2007-05-17  Rob Savoye  <address@hidden>
 




reply via email to

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