[FFmpeg-cvslog] r19523 - trunk/configure

benoit subversion
Tue Jul 28 10:50:58 CEST 2009


Author: benoit
Date: Tue Jul 28 10:50:58 2009
New Revision: 19523

Log:
Fix typo in MinGWCE support in configure.
Patch by Martin Storsj? and M?ns.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Jul 28 00:55:55 2009	(r19522)
+++ trunk/configure	Tue Jul 28 10:50:58 2009	(r19523)
@@ -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



More information about the ffmpeg-cvslog mailing list