[vlc-devel] [PATCH] modules/genmf fails on solaris

Christophe Mutricy xtophe at chewa.net
Fri May 29 20:50:46 CEST 2009


On Fri, May 29, 09 at 20:44 +0200, Daniel Vergien wrote:
> -  if ! test -f "$modf"; then
> +  if test -f "$modf" 
> +    then
> +    echo "$modf exists"

That's wrong. we don't want that appearing in the Makefiles

-- 
Xtophe



More information about the vlc-devel mailing list