1 Jan 2003 01:29
Re: [PATCH] ./configure syntax error
D Richard Felker III <dalias <at> aerifal.cx>
2003-01-01 00:29:29 GMT
2003-01-01 00:29:29 GMT
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html] On Tue, Dec 31, 2002 at 02:04:06PM -0800, Steven M. Schultz wrote: > [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html] > Hi - > > It's hopefully forgiveable to make a mistake on a holiday ;) > > The proper way to fix ./configure is to use "test" rather than exchange > one syntax error for another. Sigh ;( > > --- configure.dist Tue Dec 31 14:01:41 2002 > +++ configure Tue Dec 31 14:01:59 2002 > <at> <at> -5400,7 +5400,7 <at> <at> > 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. Rich _______________________________________________ RTFM!!! http://www.MPlayerHQ.hu/DOCS Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch http://mplayerhq.hu/mailman/listinfo/mplayer-users
RSS Feed