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: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog macros/sdl.m4
Date: Tue, 25 Jul 2006 13:56:02 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/07/25 13:56:02

Modified files:
        .              : ChangeLog 
        macros         : sdl.m4 

Log message:
                * macros/sdl.m4: fix --with-sdl-mixer-lib handling.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.512&r2=1.513
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/sdl.m4?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.512
retrieving revision 1.513
diff -u -b -r1.512 -r1.513
--- ChangeLog   25 Jul 2006 13:16:46 -0000      1.512
+++ ChangeLog   25 Jul 2006 13:56:01 -0000      1.513
@@ -1,4 +1,9 @@
+2006-07-25 Lukasz Stelmach <address@hidden>
+
+       * macros/sdl.m4: fix --with-sdl-mixer-lib handling.
+
 2006-07-25 Vitaly Alexeev <address@hidden>
+
        * server/edit_text_character.h, edit_text_character.cpp: 
        fixed input_edit_text cursor bug (center, right alignment)
 

Index: macros/sdl.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/sdl.m4,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- macros/sdl.m4       24 May 2006 11:26:04 -0000      1.18
+++ macros/sdl.m4       25 Jul 2006 13:56:02 -0000      1.19
@@ -233,7 +233,7 @@
   AC_CACHE_VAL(ac_cv_path_sdl_mixer_lib,[
   if test x"${with_sdl_mixer_lib}" != x ; then
     if test -f ${with_sdl_mixer_lib}/libSDL_mixer.a -o -f 
${with_sdl_mixer_lib}/libSDL_mixer.so -o -f $i/libSDL_mixer-1.2.a -o -f 
$i/libSDL_mixer-1.2.so; then
-      ac_cv_path_sdl_mixer_lib=-L`(cd ${with_sdl_mixer_lib}; pwd)` -lSDL_mixer
+      ac_cv_path_sdl_mixer_lib="-L`(cd ${with_sdl_mixer_lib}; pwd)` 
-lSDL_mixer"
     else
       AC_MSG_ERROR([${with_sdl_mixer_lib} directory doesn't contain 
libsdl_mixer.a])
     fi




reply via email to

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