gnash-commit
[Top][All Lists]
Advanced

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

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


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash ChangeLog macros/sdl.m4
Date: Tue, 16 Jan 2007 19:12:12 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     07/01/16 19:12:12

Modified files:
        .              : ChangeLog 
        macros         : sdl.m4 

Log message:
        Fix typos

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2114&r2=1.2115
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/sdl.m4?cvsroot=gnash&r1=1.36&r2=1.37

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2114
retrieving revision 1.2115
diff -u -b -r1.2114 -r1.2115
--- ChangeLog   16 Jan 2007 14:02:45 -0000      1.2114
+++ ChangeLog   16 Jan 2007 19:12:11 -0000      1.2115
@@ -9,6 +9,7 @@
        * gui/{fltk_glue_agg.h, fltk_glue_agg.cpp, fltksup.h}: Trivial code
        cleanups.
        * gui/fltksup.h: Remove the Mozilla exception.  
+       * macros/sdl.m4: Fix typos.
 
 2007-01-15 Tomas Groth Christensen <address@hidden>
 

Index: macros/sdl.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/sdl.m4,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- macros/sdl.m4       9 Jan 2007 00:51:35 -0000       1.36
+++ macros/sdl.m4       16 Jan 2007 19:12:12 -0000      1.37
@@ -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: sdl.m4,v 1.36 2007/01/09 00:51:35 rsavoye Exp $
+dnl $Id: sdl.m4,v 1.37 2007/01/16 19:12:12 bjacques Exp $
 
 AC_DEFUN([GNASH_PATH_SDL], [
   has_sdl=no
@@ -94,10 +94,10 @@
 dnl  AC_MSG_CHECKING([for sdl library])
   AC_CACHE_VAL(ac_cv_path_sdl_lib, [
     if test x"${with_sdl_lib}" != x ; then
-      if test -f ${with_sdl_libs}/libSDL.a -o -f ${with_sdl_lib}/libSDL.so; 
then
+      if test -f ${with_sdl_lib}/libSDL.a -o -f ${with_sdl_lib}/libSDL.so; then
         ac_cv_path_sdl_lib="-L`(cd ${with_sdl_lib}; pwd)` -lSDL"
       else
-        if test -f ${with_sdl_libs}/libSDL-1.1.a -o -f 
${with_sdl_lib}/libSDL-1.1.so; then
+        if test -f ${with_sdl_lib}/libSDL-1.1.a -o -f 
${with_sdl_lib}/libSDL-1.1.so; then
           ac_cv_path_sdl_lib="-L`(cd ${with_sdl_lib}; pwd)` -lSDL"
         else
           AC_MSG_ERROR([${with_sdl_lib} directory doesn't contain libSDL])




reply via email to

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