]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
autotools: fix duplicate `UNIX` and `BSD` flags in `buildinfo.txt`
authorViktor Szakats <commit@vsz.me>
Sun, 21 Sep 2025 16:02:21 +0000 (18:02 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 21 Sep 2025 16:51:11 +0000 (18:51 +0200)
Follow-up to 2a292c39846107228201674d686be5b3ed96674d #15975

Closes #18667

acinclude.m4

index febb8961cca3e4e25395e2ed2a67098c8852e913..7b26dfd466a35835315a48a08d92f47059da642a 100644 (file)
@@ -1474,14 +1474,6 @@ AC_DEFUN([CURL_PREPARE_BUILDINFO], [
   if test "$curl_cv_winuwp" = 'yes'; then
     curl_pflags="${curl_pflags} UWP"
   fi
-  case $host in
-    *-*-*bsd*|*-*-aix*|*-*-hpux*|*-*-interix*|*-*-irix*|*-*-linux*|*-*-solaris*|*-*-sunos*|*-apple-*|*-*-cygwin*|*-*-msys*)
-      curl_pflags="${curl_pflags} UNIX";;
-  esac
-  case $host in
-    *-*-*bsd*)
-      curl_pflags="${curl_pflags} BSD";;
-  esac
   if test "$curl_cv_cygwin" = 'yes'; then
     curl_pflags="${curl_pflags} CYGWIN"
   fi