[MPlayer-users] [PATCH] ./configure syntax error
D Richard Felker III
dalias at aerifal.cx
Wed Jan 1 01:25:02 CET 2003
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
> @@ -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.
Rich
More information about the MPlayer-users
mailing list