diff options
author | Martin Storsjö <martin@martin.st> | 2009-07-28 08:50:58 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2009-07-28 08:50:58 +0000 |
commit | 9d3f4f5070efa0f5e737f9749452a846466730fd (patch) | |
tree | f1dd50e8779d113ec00254f05501bc691037fe1d /configure | |
parent | 469fd9b0e18e8a674daae90bfca9c2db02cd47f9 (diff) | |
download | ffmpeg-9d3f4f5070efa0f5e737f9749452a846466730fd.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |