SIGN IN SIGN UP

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>
A
Armaan Sandhu committed
f386f1feedd85b0c2d8d0e7aeec7009b410757b4
Parent: 8a22450
Committed by GitHub <noreply@github.com> on 5/28/2026, 12:38:39 PM