summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-05-07 13:25:56 (GMT)
committerGuido van Rossum <guido@python.org>1998-05-07 13:25:56 (GMT)
commit2cb5660da1b290c17888b449492c329e772bb2ea (patch)
treef970d53dd7b87623912af3681a621436cf976ba0 /config.h.in
parent0072b8d994264ab413d5e52ddfe4a666a671aa2f (diff)
downloadcpython-2cb5660da1b290c17888b449492c329e772bb2ea.zip
cpython-2cb5660da1b290c17888b449492c329e772bb2ea.tar.gz
cpython-2cb5660da1b290c17888b449492c329e772bb2ea.tar.bz2
Get rid of test for -lsun (very old IRIX); add test for -lm (needed on
enough platforms).
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index f2393da..6d01d3b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -396,3 +396,6 @@
/* Define if you have the ieee library (-lieee). */
#undef HAVE_LIBIEEE
+
+/* Define if you have the m library (-lm). */
+#undef HAVE_LIBM