Skip to content

Commit

Permalink
configure.ac: use autoconf 2.69
Browse files Browse the repository at this point in the history
llvm-mingw only has autoconf 2.69
  • Loading branch information
naveen521kk committed Jul 11, 2024
1 parent 0e51530 commit 2be5455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dnl
# Set VERSION so we only need to edit in one place (i.e., here)
m4_define([PYTHON_VERSION], [3.12])

AC_PREREQ([2.71])
AC_PREREQ([2.69])

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

Expand Down

0 comments on commit 2be5455

Please sign in to comment.