summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNicholas Bastin <nick.bastin@gmail.com>2004-06-25 23:31:06 +0000
committerNicholas Bastin <nick.bastin@gmail.com>2004-06-25 23:31:06 +0000
commit9542fe1cb70b43f16bf8c6566a2c59eab43cf491 (patch)
treece1d788f2316c810ea6216c405abab2fe675cb03 /configure.in
parent95b560d90696dcf2e65937ca7007ae3d82e442c5 (diff)
downloadcpython-9542fe1cb70b43f16bf8c6566a2c59eab43cf491.tar.gz
Massive performance improvement for C extension and builtin tracing code
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.in b/configure.in
index c766eb1891..7e1387447a 100644
--- a/configure.in
+++ b/configure.in
@@ -1946,19 +1946,6 @@ then
fi
AC_MSG_RESULT($with_doc_strings)
-# Check for C call profiling support
-AC_MSG_CHECKING(for --with-c-profiling)
-AC_ARG_WITH(c-profiling,
-[ --with-c-profiling Enable profiling of builtins and C extension functions], [
-if test "$withval" != no
-then
- AC_DEFINE(WITH_C_PROF, 1,
- [Define to enable profile hooks for C extension functions and builtins])
- 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-tsc)
AC_ARG_WITH(tsc,