From 76c3e43cda140e3ec7a24ee4bce26ea0277ec026 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 26 May 2006 01:57:26 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index d61ba6840..5a7e485a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-05-26 Kevin Ryde + + * configure.in (AC_CHECK_FUNCS): Add ioctl. + (pthread_attr_getstack): Restrict test to pthreads case, to avoid + AC_TRY_RUN when cross-compiling --without-threads. + 2006-05-20 Kevin Ryde * configure.in (S_ISLNK): Remove test, leave it to #ifdef in the .c