wince try simpler config 1 cleanup

This commit is contained in:
Viktor Szakats 2025-02-26 03:18:18 +01:00
parent 7bbe24997b
commit fd9394dfb9
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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';;