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 67de08a commit e10ec8a
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 e10ec8a

Please sign in to comment.