diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-13 13:47:53 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-13 13:47:53 (GMT) |
commit | c06e1c295d6816096a670a036a442c9f0276bb4e (patch) | |
tree | 979c63c200331fcd137362e66bfffaef12beb585 /configure.in | |
parent | 62ed91de310311a551aece01f6ff9644f1910703 (diff) | |
download | cpython-c06e1c295d6816096a670a036a442c9f0276bb4e.zip cpython-c06e1c295d6816096a670a036a442c9f0276bb4e.tar.gz cpython-c06e1c295d6816096a670a036a442c9f0276bb4e.tar.bz2 |
remove mactoolboxglue
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/configure.in b/configure.in index 2baf435..b749560 100644 --- a/configure.in +++ b/configure.in @@ -1352,32 +1352,6 @@ if test "$have_pthread_t" = yes ; then fi CC="$ac_save_cc" -AC_MSG_CHECKING(for --enable-toolbox-glue) -AC_ARG_ENABLE(toolbox-glue, - AC_HELP_STRING(--enable-toolbox-glue, disable/enable MacOSX glue code for extensions)) - -if test -z "$enable_toolbox_glue" -then - case $ac_sys_system/$ac_sys_release in - Darwin/*) - enable_toolbox_glue="yes";; - *) - enable_toolbox_glue="no";; - esac -fi -case "$enable_toolbox_glue" in -yes) - extra_machdep_objs="Python/mactoolboxglue.o" - extra_undefs="-u _PyMac_Error" - AC_DEFINE(USE_TOOLBOX_OBJECT_GLUE, 1, - [Define if you want to use MacPython modules on MacOSX in unix-Python.]) - ;; -*) - extra_machdep_objs="" - extra_undefs="" - ;; -esac -AC_MSG_RESULT($enable_toolbox_glue) AC_SUBST(OTHER_LIBTOOL_OPT) case $ac_sys_system/$ac_sys_release in |