Skip to content

Commit cd2e784

Browse files
committed
configure.ac: use autoconf 2.69
llvm-mingw only has autoconf 2.69
1 parent b66abc8 commit cd2e784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dnl
1212
# Set VERSION so we only need to edit in one place (i.e., here)
1313
m4_define([PYTHON_VERSION], [3.12])
1414

15-
AC_PREREQ([2.71])
15+
AC_PREREQ([2.69])
1616

1717
AC_INIT([python],[PYTHON_VERSION],[https://github.com/python/cpython/issues/])
1818

0 commit comments

Comments
 (0)