From: Viktor Szakats Date: Sun, 21 Sep 2025 16:02:21 +0000 (+0200) Subject: autotools: fix duplicate `UNIX` and `BSD` flags in `buildinfo.txt` X-Git-Tag: rc-8_17_0-1~290 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=374c23c617322ecd76794d058461f69b8abbef0e;p=thirdparty%2Fcurl.git autotools: fix duplicate `UNIX` and `BSD` flags in `buildinfo.txt` Follow-up to 2a292c39846107228201674d686be5b3ed96674d #15975 Closes #18667 --- diff --git a/acinclude.m4 b/acinclude.m4 index febb8961cc..7b26dfd466 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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