From: Guido van Rossum Date: Tue, 23 Feb 1999 18:07:31 +0000 (+0000) Subject: Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol X-Git-Tag: v1.5.2c1~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f2c383a7e4126f316967015138849fdd8e16108;p=thirdparty%2FPython%2Fcpython.git Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol disappears. It wasn't used anywhere anyway... --- diff --git a/config.h.in b/config.h.in index 03a7fb0f8c30..0c95dd0350ec 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