gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash/macros boost.m4


From: Tomas Groth
Subject: Re: [Gnash-commit] gnash/macros boost.m4
Date: Sat, 12 May 2007 11:43:07 +0200 (CEST)

--- Martin Guy <address@hidden> skrev:

> CVSROOT:      /sources/gnash
> Module name:  gnash
> Changes by:   Martin Guy <martinwguy> 07/05/12 09:37:56
> 
> Modified files:
>       macros         : boost.m4 
> 
> Log message:
>       Revert Deanna's patch for missing .so files
> 
I quick fix could have been to change:
      if test -f $i/lib${libname}.a -o -f $i/lib${libname}.${shlibext}*; then
to:
      if test -f $i/lib${libname}.a -o -f $i/lib${libname}.${shlibext}; then

sorry, i can't make a diff...

cheers,

Tomas


      




reply via email to

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