--- Martin Guy <[EMAIL PROTECTED]> 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
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit