This commit is contained in:
Benjamin Peterson 2016-08-03 22:02:42 -07:00
commit 5a44fa1430
2 changed files with 22 additions and 10 deletions

View file

@ -7,7 +7,7 @@ m4_define(PYTHON_VERSION, 3.6)
AC_PREREQ(2.65)
AC_INIT(python, PYTHON_VERSION, http://bugs.python.org/)
AC_INIT(python, PYTHON_VERSION, https://bugs.python.org/)
AC_SUBST(BASECPPFLAGS)
if test "$abs_srcdir" != "$abs_builddir"; then