gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] [patch] macros/sdl.m4


From: Lukasz Stelmach
Subject: [Gnash-dev] [patch] macros/sdl.m4
Date: Thu, 06 Jul 2006 17:49:08 -0000
User-agent: Mutt/1.4.2.1i

Greetings.

It is a patch that makes --with-sdl-mixer-lib work ok. Before
it has been applied I've seen:

checking for sdl_mixer library... ./configure: line 23885: -lSDL_mixer: command 
not found

-- 
Było mi bardzo miło.          Inaction is a weapon of mass destruction
>Łukasz<                                                  (c)Faithless

--- gnash/macros/sdl.m4 2006-07-06 19:33:02.000000000 +0200
+++ gnash/macros/sdl.m4 2006-07-06 19:32:17.000000000 +0200
@@ -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

Attachment: pgpRmkDolS9bt.pgp
Description: PGP signature


reply via email to

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