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 | |
parent | 62ed91de310311a551aece01f6ff9644f1910703 (diff) | |
download | cpython-c06e1c295d6816096a670a036a442c9f0276bb4e.zip cpython-c06e1c295d6816096a670a036a442c9f0276bb4e.tar.gz cpython-c06e1c295d6816096a670a036a442c9f0276bb4e.tar.bz2 |
remove mactoolboxglue
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 37 |
1 files changed, 1 insertions, 36 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 62620 . +# From configure.in Revision: 62716 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 3.0. # @@ -1318,7 +1318,6 @@ Optional Features: Build (MacOSX|Darwin) framework --enable-shared disable/enable building shared python library --enable-profiling enable C-level code profiling - --enable-toolbox-glue disable/enable MacOSX glue code for extensions --enable-ipv6 Enable ipv6 (with ipv4) support --disable-ipv6 Disable ipv6 support @@ -12718,40 +12717,6 @@ _ACEOF fi CC="$ac_save_cc" -{ echo "$as_me:$LINENO: checking for --enable-toolbox-glue" >&5 -echo $ECHO_N "checking for --enable-toolbox-glue... $ECHO_C" >&6; } -# Check whether --enable-toolbox-glue was given. -if test "${enable_toolbox_glue+set}" = set; then - enableval=$enable_toolbox_glue; -fi - - -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" - -cat >>confdefs.h <<\_ACEOF -#define USE_TOOLBOX_OBJECT_GLUE 1 -_ACEOF - - ;; -*) - extra_machdep_objs="" - extra_undefs="" - ;; -esac -{ echo "$as_me:$LINENO: result: $enable_toolbox_glue" >&5 -echo "${ECHO_T}$enable_toolbox_glue" >&6; } case $ac_sys_system/$ac_sys_release in |