[vlc-commits] Contribs: put WinCE higher than mingw,	because mingw* can match mingwce
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Mon Jul  4 14:46:24 CEST 2011
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jul  4 14:45:52 2011 +0200| [0b6bd5e11b4a33fff716f8d2e2a3e5bcbd3964aa] | committer: Jean-Baptiste Kempf
Contribs: put WinCE higher than mingw, because mingw* can match mingwce
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b6bd5e11b4a33fff716f8d2e2a3e5bcbd3964aa
---
 contrib/bootstrap |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 87d9e4f..fe99786 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -164,12 +164,12 @@ case "${OS}" in
 	*linux*)
 		add_make_enabled "HAVE_LINUX"
 		;;
-	*mingw*)
-		add_make_enabled "HAVE_WIN32"
-		;;
 	*wince*)
 		add_make_enabled "HAVE_WINCE"
 		;;
+	*mingw*)
+		add_make_enabled "HAVE_WIN32"
+		;;
 esac
 
 #
    
    
More information about the vlc-commits
mailing list