gh-150311: Fix minor issues in configure.ac for Cygwin (#150328) · python/cpython@f386f1f · GitHub
Skip to content

Commit f386f1f

Browse files
Ar-maan05vstinner
andauthored
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>
1 parent 8a22450 commit f386f1f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

configure

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 4 additions & 4 deletions

0 commit comments

Comments
 (0)