summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-03-12 15:25:52 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-03-12 15:25:52 (GMT)
commit524a098f544a7215c5fecf5fdb5b48d77e274a04 (patch)
tree3984a184cf557e66b6b7f491f3ba9a842d6f8204 /configure.in
parent8b68862680852e5886e801843ceee4128fcffaa7 (diff)
downloadcpython-524a098f544a7215c5fecf5fdb5b48d77e274a04.zip
cpython-524a098f544a7215c5fecf5fdb5b48d77e274a04.tar.gz
cpython-524a098f544a7215c5fecf5fdb5b48d77e274a04.tar.bz2
Add a -Wno-long-double flag to the compile flags on Mac OS X. Fixes bug
525481. (Probably not a 2.2.1 candidate, unless the fix that introduced a long double into objimpl.h (rev. 2.44) is backported to 2.2.1).
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 56e3fae..3bdb667 100644
--- a/configure.in
+++ b/configure.in
@@ -398,7 +398,7 @@ then
esac
case $ac_sys_system in
Darwin*)
- OPT="$OPT -no-cpp-precomp";;
+ OPT="$OPT -Wno-long-double -no-cpp-precomp";;
esac
fi