commit | 0f6325718a92f78c1ea319908f199bec2fa71ee1 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Jan 05 17:10:09 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Jan 05 17:10:09 2009 +0000 |
tree | 5bc127c51373b7c6e1b4103ef0ae555efc9b3555 | |
parent | 52144f5782a136d92e67152d641564d233347648 [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. ........