From 9d3f4f5070efa0f5e737f9749452a846466730fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 28 Jul 2009 08:50:58 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20MinGWCE=20support=20in=20conf?= =?UTF-8?q?igure.=20Patch=20by=20Martin=20Storsj=C3=B6=20and=20M=C3=A5ns.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 19523 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d3cd193c77..a1545023cf 100755 --- 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