[vlc-devel] commit: Remove *pe* check. It mismatches anything with, say, "open" ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Jun 11 21:35:51 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 11 22:35:00 2009 +0300| [9e4e54188a649ab2ee86cf99548ebe12bfa6b804] | committer: Rémi Denis-Courmont 

Remove *pe* check. It mismatches anything with, say, "open"
(cherry picked from commit 476f834727cba3e5571448870e2003adf54fb040)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e4e54188a649ab2ee86cf99548ebe12bfa6b804
---

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6125f72..c02573a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -333,12 +333,12 @@ case "${host_os}" in
         fi
     fi
     ;;
-  *mingw32* | *cygwin* | *wince* | *mingwce* | *pe*)
+  *mingw32* | *cygwin* | *wince* | *mingwce*)
     AC_CHECK_TOOL(WINDRES, windres, :)
     AC_CHECK_TOOL(OBJCOPY, objcopy, :)
 
     case "${host_os}" in
-      *wince* | *mingwce* | *mingw32ce* | *pe*)
+      *wince* | *mingwce* | *mingw32ce*)
         SYS=mingwce
         dnl Sadly CeGCC still needs non-wince macros
         AC_DEFINE([_WIN32_WINNT], 0x0501, [Define to '0x0500' for Windows 2000 APIs.])




More information about the vlc-devel mailing list