diff options
author | Thomas Wouters <thomas@python.org> | 2000-08-05 23:28:51 +0000 |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2000-08-05 23:28:51 +0000 |
commit | 03f9ac122ededfaa9f43d34ebbd525cc885e09a7 (patch) | |
tree | 455b2df629a980504d178be65071f1083fbb61c6 /Python/errors.c | |
parent | 3d58946fd0882fba620676fd0091ea7932841e54 (diff) | |
download | cpython-03f9ac122ededfaa9f43d34ebbd525cc885e09a7.tar.gz |
Cleanup configure.in. Specifically:
- Don't call both AC_CHECK_FUNCS and AC_REPLACE_FUNC for 'hypot', as the
latter already does everything the former does (because it's implemented as
a call to the former.)
- Don't call AC_CHECK_FUNC() without any 'action' clauses or with an action
clause that just defines HAVE_<function>. Instead, call AC_CHECK_FUNCS,
which defines 'HAVE_<function>' of itself, possibly with aditional 'action'
clauses.
No checks are removed by this patch, only moved around, and some duplicates
are removed.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions