Browse code

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

Martin Storsjö authored on 2009/07/28 17:50:58
Showing 1 changed files
... ...
@@ -1831,7 +1831,7 @@ case $target_os in
1831 1831
         enabled shared || check_cflags -mdynamic-no-pic
1832 1832
         ;;
1833 1833
     mingw32*)
1834
-        if test target_os = "mingw32ce"; then
1834
+        if test $target_os = "mingw32ce"; then
1835 1835
             disable network
1836 1836
         else
1837 1837
             target_os=mingw32