aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-19 18:39:24 +0000
committerYang Tse <yangsita@gmail.com>2008-09-19 18:39:24 +0000
commit4e4f6c1ec83a4d0d9189ce51c5bf22cf24efd687 (patch)
tree21047fd0beb517b3e88323fa204e21b36f03a26f /CHANGES
parent459e67b2a7290bc57dec773756d24d4503ac6d48 (diff)
configure script now checks availability of the alarm() function
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7e8a5ac7e..4eb7cd8c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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