]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115806: Don't mangle gdbm header dependency detection output (#129390)
authorErlend E. Aasland <erlend@python.org>
Sat, 8 Feb 2025 14:38:11 +0000 (15:38 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2025 14:38:11 +0000 (15:38 +0100)
commit167cf3ace0db553dce50b2068dfae1f9eae4da6e
tree92a3664f6cc166a157448a1a6b171387537ba8af
parentd046421f4edacbf64f9436750a727cb0a4bfbd04
gh-115806: Don't mangle gdbm header dependency detection output (#129390)

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.
configure
configure.ac