Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
476f8347
Commit
476f8347
authored
Jun 11, 2009
by
Rémi Denis-Courmont
Browse files
Remove *pe* check. It mismatches anything with, say, "open"
parent
698a794d
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
476f8347
...
...
@@ -335,12 +335,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.])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment