summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-12-05 23:27:32 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-12-05 23:27:32 (GMT)
commit8a97f4a380a7a356730e48406f8269c3efe5e6eb (patch)
treef5a4efa93f4edcd303ad92bc16e9d16ee4c6616b /configure.in
parenta7594db5bc86b692a895e13240bd177bad07516b (diff)
downloadcpython-8a97f4a380a7a356730e48406f8269c3efe5e6eb.zip
cpython-8a97f4a380a7a356730e48406f8269c3efe5e6eb.tar.gz
cpython-8a97f4a380a7a356730e48406f8269c3efe5e6eb.tar.bz2
sys.platform on Mac OS X is now "darwin", without any version number appended.
This should probably go into NEWS (who's responsible for that?).
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 09aa5de..e9c90ad 100644
--- a/configure.in
+++ b/configure.in
@@ -68,6 +68,7 @@ then
case $MACHDEP in
cygwin*) MACHDEP="cygwin";;
+ darwin*) MACHDEP="darwin";;
'') MACHDEP="unknown";;
esac
fi