summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-02-23 18:00:56 (GMT)
committerGuido van Rossum <guido@python.org>1999-02-23 18:00:56 (GMT)
commit24f8579ee4f01d1c22eaf26211a690e8b0d53251 (patch)
treead191c62315985e9f8a04a61473ca4a5c956f6b7 /configure.in
parent74ee8864093e944ca6f21c69bee5aff02cf58f92 (diff)
downloadcpython-24f8579ee4f01d1c22eaf26211a690e8b0d53251.zip
cpython-24f8579ee4f01d1c22eaf26211a690e8b0d53251.tar.gz
cpython-24f8579ee4f01d1c22eaf26211a690e8b0d53251.tar.bz2
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1996595..e5adc5a 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.