diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-09 18:37:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-09 18:37:58 (GMT) |
commit | a845a81e427402cff449d4d31434ffd7230d0beb (patch) | |
tree | 5c16ed0043a6941abcbba348cccd724341e8296d /configure | |
parent | cce02f8b825ce462193c2e52fadc690004d1cd56 (diff) | |
download | cpython-a845a81e427402cff449d4d31434ffd7230d0beb.zip cpython-a845a81e427402cff449d4d31434ffd7230d0beb.tar.gz cpython-a845a81e427402cff449d4d31434ffd7230d0beb.tar.bz2 |
remove unused osx10.5 sdk check
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 31 |
1 files changed, 0 insertions, 31 deletions
@@ -10806,37 +10806,6 @@ $as_echo "no" >&6; } fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OSX 10.5 SDK or later" >&5 -$as_echo_n "checking for OSX 10.5 SDK or later... " >&6; } -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - - #include <Carbon/Carbon.h> -int -main () -{ -FSIORefNum fRef = 0 - ; - return 0; -} - -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - - -$as_echo "#define HAVE_OSX105_SDK 1" >>confdefs.h - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - -else - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - # Check for --with-doc-strings { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-doc-strings" >&5 $as_echo_n "checking for --with-doc-strings... " >&6; } |