]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150311: Fix minor issues in configure.ac for Cygwin (#150328)
authorArmaan Sandhu <74664101+Ar-maan05@users.noreply.github.com>
Thu, 28 May 2026 12:38:39 +0000 (18:08 +0530)
committerGitHub <noreply@github.com>
Thu, 28 May 2026 12:38:39 +0000 (14:38 +0200)
commitf386f1feedd85b0c2d8d0e7aeec7009b410757b4
tree71f38bfa213fd91e716f0b732aaa614200a29ea0
parent8a22450ac6695bce41141afd9a9d38fcc241a7e8
gh-150311: Fix minor issues in configure.ac for Cygwin (#150328)

- Use 'CYGWIN' (uppercase) for ac_sys_system to match the casing used
  in all case-pattern references throughout configure.ac.
- Fix LDLIBRARY for static builds: use '.a' extension instead of
  '.dll.a' when shared libraries are disabled.
- Replace hardcoded 'gcc' and 'g++' with '$(CC)' and '$(CXX)' in
  LDSHARED/LDCXXSHARED for Cygwin.

Co-authored-by: Victor Stinner <vstinner@python.org>
configure
configure.ac