You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of the *DBM checks are not performed correctly in configure; they're performing the checks without the user-supplied GDBM_* environment variables. On my MacBook, this leads to gdbm-ndbm.h not being recognised, even though Homebrew does ship it.
Replace AC_CACHE_VAL/AC_CHECK_HEADER with a cleaner variant using
AC_CACHE_CHECK/AC_PREPROC_IFELSE.
The former would produce garbled output when config.cache was reused. It
also required directly manipulating GNU Autoconf cache variables.
Bug report
Bug description:
Many of the *DBM checks are not performed correctly in configure; they're performing the checks without the user-supplied
GDBM_*
environment variables. On my MacBook, this leads togdbm-ndbm.h
not being recognised, even though Homebrew does ship it.CPython versions tested on:
3.14, 3.13, 3.12
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: