summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-05-26 14:51:54 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-05-26 14:51:54 (GMT)
commit8b12ee10725210455d8bedce0c2a452de7ad2244 (patch)
tree8c5bad838b393a9694b0240d07be5118034c470b /configure.in
parent438e9ac4d41be43412da80f8e7f411d5b3221002 (diff)
downloadcpython-8b12ee10725210455d8bedce0c2a452de7ad2244.zip
cpython-8b12ee10725210455d8bedce0c2a452de7ad2244.tar.gz
cpython-8b12ee10725210455d8bedce0c2a452de7ad2244.tar.bz2
fix typo (thank Georg)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 880195c..e940b93 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)