configure script now checks availability of the alarm() function

This commit is contained in:
Yang Tse
2008-09-19 18:39:24 +00:00
parent 459e67b2a7
commit 4e4f6c1ec8
4 changed files with 136 additions and 58 deletions

View File

@@ -6,6 +6,9 @@
Changelog
Yang Tse (19 Sep 2008)
- configure script now checks availability of the alarm() function.
Daniel Fandrich (18 Sep 2008)
- Don't bother to install a SIGALRM handler unless alarm() is available.
Also, leave the existing SIGALRM handler alone if the timeout is too small