[MPlayer-users] [PATCH] ./configure syntax error
Arpi
arpi at thot.banki.hu
Fri Jan 3 13:16:21 CET 2003
Hi,
> > > +++ configure Tue Dec 31 14:01:59 2002
> > > @@ -5400,7 +5400,7 @@
> > > EOF
> > > fi
> > >
> > > -if x86 && ! cygwin; then
> > > +if test x86 -a ! cygwin; then
> >
> > I don't think so. x86 and cygwin are function calls, not variables.
what about:
if x86 && test ! cygwin; then ?
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
More information about the MPlayer-users
mailing list