wince try simpler config 1 cleanup
This commit is contained in:
parent
7bbe24997b
commit
fd9394dfb9
@ -496,8 +496,8 @@ CURL_CHECK_NATIVE_WINDOWS
|
||||
curl_cv_wince='no'
|
||||
curl_cv_winuwp='no'
|
||||
if test "$curl_cv_native_windows" = "yes"; then
|
||||
case $host in
|
||||
*mingw32ce*) curl_cv_wince='yes';;
|
||||
case $host_os in
|
||||
mingw32ce*) curl_cv_wince='yes';;
|
||||
esac
|
||||
case "$CPPFLAGS" in
|
||||
*-DWINSTORECOMPAT*) curl_cv_winuwp='yes';;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user