aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-05-18 11:31:21 -0400
committerGitHub <noreply@github.com>2020-05-18 11:31:21 -0400
commit951ab58024de9b5a21f0b979cdbea51e1049d781 (patch)
tree1ea404d9518f6db5d8c1f16435366a8c1716b365 /configure.ac
parentbpo-38112: Document that compileall.compile_[dir,file] also accept multiple o... (diff)
downloadcpython-951ab58024de9b5a21f0b979cdbea51e1049d781.tar.gz
cpython-951ab58024de9b5a21f0b979cdbea51e1049d781.tar.bz2
cpython-951ab58024de9b5a21f0b979cdbea51e1049d781.zip
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182)
This reverts commit 0da546665075aefbb476e192ed64122d340164f4. The commit is causing make failures on a FreeBSD buildbot. Due to the imminent 3.9.0b1 cutoff, revert this commit for now pending further investigation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index d269c85d6e1..497d7c191d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -663,25 +663,6 @@ AC_PROG_SED
AC_SUBST(CXX)
AC_SUBST(MAINCC)
-
-if test "$ac_sys_system" = "Darwin"
-then
- # MacOSX requires an Objective C compiler to
- # build some Mac-specific code.
- AC_PROG_OBJC
- AC_PROG_OBJCXX
- AC_SUBST(OBJC)
- AC_SUBST(OBJCXX)
- SCPROXY=
- NOSCPROXY=#
-else
- SCPROXY=#
- NOSCPROXY=
-fi
-
-AC_SUBST(SCPROXY)
-AC_SUBST(NOSCPROXY)
-
AC_MSG_CHECKING(for --with-cxx-main=<compiler>)
AC_ARG_WITH(cxx_main,
AS_HELP_STRING([--with-cxx-main@<:@=COMPILER@:>@],