]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
autotools: stop checking for the `pw32` platform
authorViktor Szakats <commit@vsz.me>
Tue, 15 Jul 2025 15:41:52 +0000 (17:41 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 15 Jul 2025 16:43:12 +0000 (18:43 +0200)
It's most likely a reference to Posix-over-Win32 layer:

https://pw32.sourceforge.net/main.html (last updated: 2001-05-01)
https://sourceforge.net/projects/pw32/
https://sourceforge.net/projects/pw32/files/ (latest date: 2001-10-12)

Closes #17936

m4/xc-lt-iface.m4

index f3ac0dede919230cd93767963724f1f190ea6dde..a4088003535e990ed1985888eb1eb93537476942 100644 (file)
@@ -74,7 +74,7 @@ fi
 if test "x$xc_lt_want_enable_shared" = 'xyes' &&
   test "x$xc_lt_want_enable_static" = 'xyes'; then
   case $host_os in @%:@ (
-    pw32* | cegcc* | os2* | aix*)
+    cegcc* | os2* | aix*)
       xc_lt_want_enable_static='no'
       ;;
   esac
@@ -265,7 +265,7 @@ elif test "x$allow_undefined_flag" = 'xunsupported'; then
   xc_lt_shlib_use_no_undefined='yes'
 fi
 case $host_os in @%:@ (
-  cygwin* | mingw* | pw32* | cegcc* | os2* | aix*)
+  cygwin* | mingw* | cegcc* | os2* | aix*)
     xc_lt_shlib_use_no_undefined='yes'
     ;;
 esac