From: Guido van Rossum Date: Tue, 23 Feb 1999 18:00:56 +0000 (+0000) Subject: Get rid of AC_CHECK_LIB(m, pow) since this is taken care of later with X-Git-Tag: v1.5.2c1~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24f8579ee4f01d1c22eaf26211a690e8b0d53251;p=thirdparty%2FPython%2Fcpython.git Get rid of AC_CHECK_LIB(m, pow) since this is taken care of later with LIBM (from --with-libm=...); this actually broke the customizability offered by the latter option. Thanks go to Clay Spence for reporting this. --- diff --git a/configure.in b/configure.in index 199659577d1c..e5adc5afe44a 100644 --- a/configure.in +++ b/configure.in @@ -537,7 +537,6 @@ AC_MSG_RESULT($LINKFORSHARED) # checks for libraries AC_CHECK_LIB(dl, dlopen) # Dynamic linking for SunOS/Solaris and SYSV AC_CHECK_LIB(dld, shl_load) # Dynamic linking for HP-UX -AC_CHECK_LIB(m, pow) # Std math lib -- assume needed if it exists # Most SVR4 platforms (e.g. Solaris) need -lsocket and -lnsl. # However on SGI IRIX, these exist but are broken. # BeOS' sockets are stashed in libnet.