Fix typo in MinGWCE support in configure.

Patch by Martin Storsjö and Måns.

Originally committed as revision 19523 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Martin Storsjö 2009-07-28 08:50:58 +00:00 committed by Benoit Fouet
parent 469fd9b0e1
commit 9d3f4f5070
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1831,7 +1831,7 @@ case $target_os in
enabled shared || check_cflags -mdynamic-no-pic
;;
mingw32*)
if test target_os = "mingw32ce"; then
if test $target_os = "mingw32ce"; then
disable network
else
target_os=mingw32