[Python-checkins] r83580 - python/branches/py3k/configure.in

georg.brandl python-checkins at python.org
Mon Aug 2 23:02:36 CEST 2010


Author: georg.brandl
Date: Mon Aug  2 23:02:36 2010
New Revision: 83580

Log:
#8119: fix copy-paste error.

Modified:
   python/branches/py3k/configure.in

Modified: python/branches/py3k/configure.in
==============================================================================
--- python/branches/py3k/configure.in	(original)
+++ python/branches/py3k/configure.in	Mon Aug  2 23:02:36 2010
@@ -2458,7 +2458,7 @@
 fi
 AC_MSG_RESULT($with_doc_strings)
 
-# Check for Python-specific malloc support
+# Check if eval loop should use timestamp counter profiling
 AC_MSG_CHECKING(for --with-tsc)
 AC_ARG_WITH(tsc,
 	    AS_HELP_STRING([--with(out)-tsc],[enable/disable timestamp counter profile]),[


More information about the Python-checkins mailing list