Mercurial > mplayer.hg
changeset 3865:a0c8079d2711
fixed syntax error bug reported by Steven M. Schultz. btw, pl, please fix this
author | alex |
---|---|
date | Fri, 28 Dec 2001 23:44:12 +0000 |
parents | edc0a581abf3 |
children | 50d7eec1d4b9 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Dec 28 23:33:24 2001 +0000 +++ b/configure Fri Dec 28 23:44:12 2001 +0000 @@ -2134,7 +2134,10 @@ echocheck "Win32 DLL support" -if test "$_win32" = auto && ! qnx ; then +if test "$_win32" = auto && qnx ; then + _win32=no +fi +if test "$_win32" = auto ; then _win32=no if x86 ; then if test -z "$_win32libdir" ; then