summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-09 11:37:58 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-09 11:37:58 -0700
commit41d4e33a6e5ed2a61ab418864af9ce574e57b961 (patch)
treeedac3ea7e8caf1e1231b9d61dea86a1b9de7b6e2 /configure
parent43801e247b698f530724b503e571d74b2def5bea (diff)
downloadcpython-41d4e33a6e5ed2a61ab418864af9ce574e57b961.tar.gz
remove unused osx10.5 sdk check
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure31
1 files changed, 0 insertions, 31 deletions
diff --git a/configure b/configure
index 83550056b4..92071cd3df 100755
--- a/configure
+++ b/configure
@@ -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; }