diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-09 21:57:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-09 21:57:58 (GMT) |
commit | 4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c (patch) | |
tree | e57bfdc6c9ff29bf7e0f91d73e0c02f09ea5c659 /configure.ac | |
parent | ad46443e9d28553ad5dd8477ff5458fd07d53b77 (diff) | |
download | cpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.zip cpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.tar.gz cpython-4fd64b9a6aba9e6e1a5d8b74f45160cce258a00c.tar.bz2 |
remove ceval timestamp support
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
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, |