[MPlayer-users] [PATCH] ./configure syntax error
Steven M. Schultz
sms at 2BSD.COM
Tue Dec 31 23:06:02 CET 2002
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
if test "$_win32" = no ; then
if test "$_win32libdir" ; then
cat <<EOF
More information about the MPlayer-users
mailing list