Lower the minimal required autoconf version for EPEL 9 build
This commit is contained in:
parent
f31a75016f
commit
1331394c24
1 changed files with 2 additions and 0 deletions
|
|
@ -806,6 +806,8 @@ rm -r Modules/_decimal/libmpdec
|
|||
# (This is after patching, so that we can use patches directly from upstream)
|
||||
rm configure pyconfig.h.in
|
||||
|
||||
# Lower the minimal required version of autoconf to enable build for EPEL 9
|
||||
sed -i "s/AC_PREREQ(\[2\.71\])/AC_PREREQ([2.69])/" configure.ac
|
||||
|
||||
# ======================================================
|
||||
# Configuring and building the code:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue