[libdvdcss-devel] build: Fix wince/mingwce detection

Diego Biurrun git at videolan.org
Wed Dec 3 18:37:28 CET 2014


libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Nov 29 16:04:05 2014 +0100| [497b8b6e549c1465945856747a0f589140a26307] | committer: Diego Biurrun

build: Fix wince/mingwce detection

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=497b8b6e549c1465945856747a0f589140a26307
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 63f0c5c..b6ef3fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,7 +115,7 @@ case x"${host_os}" in
     SYS_MSVC=1
     AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0500' for IE 5.01 (and shell) APIs.])
     ;;
-  x*mingw* | *wince* | *mingwce*)
+  x*mingw* | x*wince* | x*mingwce*)
     AC_DEFINE([_WIN32_IE], 0x0501, [Define to '0x0500' for IE 5.01 (and shell) APIs.])
     ;;
   x*)



More information about the libdvdcss-devel mailing list