diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2014-07-13 10:59:40 +0200 |
---|---|---|
committer | Cedric BAIL <c.bail@partner.samsung.com> | 2014-07-13 15:17:17 +0200 |
commit | 9631585f241832db7fe01ed28d6c9f2963ca050f (patch) | |
tree | 29ca1122c6423a055710474f8abd37e2e0335e26 /m4 | |
parent | 5080dc4dff070d7c06947b1632bc9d2c1a1dbc5c (diff) | |
download | efl-9631585f241832db7fe01ed28d6c9f2963ca050f.tar.gz |
efl: remove Windows CE support
Diffstat (limited to 'm4')
-rw-r--r-- | m4/evil_windows.m4 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/m4/evil_windows.m4 b/m4/evil_windows.m4 index e64d68870d..12c8ff8c04 100644 --- a/m4/evil_windows.m4 +++ b/m4/evil_windows.m4 @@ -12,7 +12,7 @@ AC_DEFUN([EFL_SELECT_WINDOWS_VERSION], dnl configure option AC_ARG_WITH([windows-version], - [AC_HELP_STRING([--with-windows-version], [select the target Windows version (xp, vista, win7 or ce) @<:@default=xp@:>@])], + [AC_HELP_STRING([--with-windows-version], [select the target Windows version (xp, vista or win7) @<:@default=xp@:>@])], [ if test "x${with_windows_version}" = "xvista" ; then _winver="vista" @@ -34,10 +34,6 @@ AC_MSG_CHECKING([which Windows version to target]) AC_MSG_RESULT([${_winver}]) case "${_winver}" in - ce) - EFL_WINDOWS_VERSION_CFLAGS="-D_WIN32_WCE=0x0420" - _efl_windows_version="Windows CE" - ;; vista) EFL_WINDOWS_VERSION_CFLAGS="-D_WIN32_WINNT=0x0600" _efl_windows_version="Windows Vista" |