8000 gh-109054: configure checks if libatomic is needed by vstinner · Pull Request #109101 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-109054: configure checks if libatomic is needed #109101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: don't declare LIBATOMIC
  • Loading branch information
vstinner committed Sep 8, 2023
commit 22f3b86263bdb238ce8bb505ec09e5738c6a5d15
2 changes: 0 additions & 2 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6972,8 +6972,6 @@ fi
# If the check is done after AC_OUTPUT, modifying LIBS has no effect anymore.
# <pyport.h> cannot be included alone, it's designed to be included by
# <Python.h>: it expects other includes and macros to be defined.
LIBATOMIC=""

_SAVE_VAR([CPPFLAGS])
CPPFLAGS="${BASECPPFLAGS} -I. -I${srcdir}/Include ${CPPFLAGS}"

Expand Down
0