diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-31 00:20:59 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-31 00:20:59 (GMT) |
commit | fc8dca27d330f0c7c47713d2557f190c517c170e (patch) | |
tree | c77f67c6f881308e12ad6714b94d98e3d5eb143a /configure.in | |
parent | ec2c46b94e483059859f9d082623ef369dae35d7 (diff) | |
download | cpython-fc8dca27d330f0c7c47713d2557f190c517c170e.zip cpython-fc8dca27d330f0c7c47713d2557f190c517c170e.tar.gz cpython-fc8dca27d330f0c7c47713d2557f190c517c170e.tar.bz2 |
remove plat-mac references
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.in b/configure.in index 9c7a4b2..fd6f68d 100644 --- a/configure.in +++ b/configure.in @@ -322,25 +322,6 @@ then fi AC_MSG_RESULT($MACHDEP) -# And add extra plat-mac for darwin -AC_SUBST(EXTRAPLATDIR) -AC_SUBST(EXTRAMACHDEPPATH) -AC_MSG_CHECKING(EXTRAPLATDIR) -if test -z "$EXTRAPLATDIR" -then - case $MACHDEP in - darwin) - EXTRAPLATDIR="\$(PLATMACDIRS)" - EXTRAMACHDEPPATH="\$(PLATMACPATH)" - ;; - *) - EXTRAPLATDIR="" - EXTRAMACHDEPPATH="" - ;; - esac -fi -AC_MSG_RESULT($EXTRAPLATDIR) - # Record the configure-time value of MACOSX_DEPLOYMENT_TARGET, # it may influence the way we can build extensions, so distutils # needs to check it |