Commit b9fe9406 authored by benoit's avatar benoit

Fix typo in MinGWCE support in configure.

Patch by Martin Storsjö and Måns.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19523 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 93f68caa
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment