| commit | 8fe413119c31caee827ab48bd474ad6f8301e6d1 | [log] [tgz] |
|---|---|---|
| author | Mark Dickinson <dickinsm@gmail.com> | Mon Jan 05 19:41:31 2009 +0000 |
| committer | Mark Dickinson <dickinsm@gmail.com> | Mon Jan 05 19:41:31 2009 +0000 |
| tree | b6cd906bddf63084396e67596a10d52653a115d2 | |
| parent | b18f7d3ac16027601dbaa443ecfecfa45d8aee67 [diff] |
Merged revisions 68312 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68312 | mark.dickinson | 2009-01-04 20:19:41 +0000 (Sun, 04 Jan 2009) | 4 lines It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any Python/hypot.c replacement file. Use AC_CHECK_FUNCS instead. This change should be backported to 2.6 and 3.0. ........