OSDN Git Service

Fix typo in MinGWCE support in configure.
authorMartin Storsjö <martin@martin.st>
Tue, 28 Jul 2009 08:50:58 +0000 (08:50 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Tue, 28 Jul 2009 08:50:58 +0000 (08:50 +0000)
Patch by Martin Storsjö and Måns.

Originally committed as revision 19523 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index d3cd193..a154502 100755 (executable)
--- a/configure
+++ b/configure
@@ -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