summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-09 21:57:58 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-09 21:57:58 (GMT)
commit4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c (patch)
treee57bfdc6c9ff29bf7e0f91d73e0c02f09ea5c659 /configure.ac
parentad46443e9d28553ad5dd8477ff5458fd07d53b77 (diff)
downloadcpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.zip
cpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.tar.gz
cpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.tar.bz2
remove ceval timestamp support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 94693ea..57cf46f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3198,19 +3198,6 @@ then
fi
AC_MSG_RESULT($with_doc_strings)
-# 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]),[
-if test "$withval" != no
-then
- AC_DEFINE(WITH_TSC, 1,
- [Define to profile with the Pentium timestamp counter])
- AC_MSG_RESULT(yes)
-else AC_MSG_RESULT(no)
-fi],
-[AC_MSG_RESULT(no)])
-
# Check for Python-specific malloc support
AC_MSG_CHECKING(for --with-pymalloc)
AC_ARG_WITH(pymalloc,