comparison configure @ 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 f767ae423309
children 8a4ef002bb89
comparison
equal deleted inserted replaced
3864:edc0a581abf3 3865:a0c8079d2711
2132 fi 2132 fi
2133 echores "$_vorbis" 2133 echores "$_vorbis"
2134 2134
2135 2135
2136 echocheck "Win32 DLL support" 2136 echocheck "Win32 DLL support"
2137 if test "$_win32" = auto && ! qnx ; then 2137 if test "$_win32" = auto && qnx ; then
2138 _win32=no
2139 fi
2140 if test "$_win32" = auto ; then
2138 _win32=no 2141 _win32=no
2139 if x86 ; then 2142 if x86 ; then
2140 if test -z "$_win32libdir" ; then 2143 if test -z "$_win32libdir" ; then
2141 for I in /usr/local/lib/win32 /usr/lib/win32 ; do 2144 for I in /usr/local/lib/win32 /usr/lib/win32 ; do
2142 if test -d "$I" ; then 2145 if test -d "$I" ; then