summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2009-07-28 08:50:58 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2009-07-28 08:50:58 +0000
commit9d3f4f5070efa0f5e737f9749452a846466730fd (patch)
treef1dd50e8779d113ec00254f05501bc691037fe1d
parent469fd9b0e18e8a674daae90bfca9c2db02cd47f9 (diff)
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
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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