]> granicus.if.org Git - python/commit
Get rid of AC_CHECK_LIB(m, pow) since this is taken care of later with
authorGuido van Rossum <guido@python.org>
Tue, 23 Feb 1999 18:00:56 +0000 (18:00 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Feb 1999 18:00:56 +0000 (18:00 +0000)
commit24f8579ee4f01d1c22eaf26211a690e8b0d53251
treead191c62315985e9f8a04a61473ca4a5c956f6b7
parent74ee8864093e944ca6f21c69bee5aff02cf58f92
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.
configure.in