summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-02-23 18:07:31 (GMT)
committerGuido van Rossum <guido@python.org>1999-02-23 18:07:31 (GMT)
commit3f2c383a7e4126f316967015138849fdd8e16108 (patch)
treedaa94758c9ed72e4a510df7df868fcb8dd895437 /config.h.in
parent3791b0de365237b3bdddcc050858a83b8fd97f99 (diff)
downloadcpython-3f2c383a7e4126f316967015138849fdd8e16108.zip
cpython-3f2c383a7e4126f316967015138849fdd8e16108.tar.gz
cpython-3f2c383a7e4126f316967015138849fdd8e16108.tar.bz2
Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol
disappears. It wasn't used anywhere anyway...
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 03a7fb0..0c95dd0 100644
--- a/config.h.in
+++ b/config.h.in
@@ -462,6 +462,3 @@
/* Define if you have the ieee library (-lieee). */
#undef HAVE_LIBIEEE
-
-/* Define if you have the m library (-lm). */
-#undef HAVE_LIBM