From: Benjamin Peterson Date: Mon, 26 May 2008 14:51:54 +0000 (+0000) Subject: fix typo (thank Georg) X-Git-Tag: v2.6b1~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b12ee10725210455d8bedce0c2a452de7ad2244;p=python fix typo (thank Georg) --- diff --git a/configure.in b/configure.in index 880195c943..e940b9305f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl *********************************************** dnl * Please run autoreconf to test your changes! * dnl *********************************************** -dnl NOTE: autoconf 2.64 doesn't seem to work (use 1.63). +dnl NOTE: autoconf 2.64 doesn't seem to work (use 2.63). # Set VERSION so we only need to edit in one place (i.e., here) m4_define(PYTHON_VERSION, 2.6)