]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol
authorGuido van Rossum <guido@python.org>
Tue, 23 Feb 1999 18:07:31 +0000 (18:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Feb 1999 18:07:31 +0000 (18:07 +0000)
disappears.  It wasn't used anywhere anyway...

config.h.in

index 03a7fb0f8c30351a7b0b77292f3e158cb8e2d338..0c95dd0350ec9ef9ec76ce7aef3a1120e8effcb4 100644 (file)
 
 /* Define if you have the ieee library (-lieee).  */
 #undef HAVE_LIBIEEE
-
-/* Define if you have the m library (-lm).  */
-#undef HAVE_LIBM