From 33bb60df9f2253029fb3cfe7343c8812d20087ea Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 22 Dec 2006 20:41:08 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index c268acdb3..c9136431a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-12-23 Kevin Ryde + + * configure.in (-lm): No need to suppress libm on mingw, it's not + needed because it's empty, but including it does no harm. + (-lm): Look for "cos" instead of "main", since cos and friends are the + purpose of looking for libm. + (winsock etc): Test $host = *-*-mingw* rather than $MINGW32, autoconf + regards the latter as obsolete. + (AC_MINGW32): Remove test, $MINGW32 now unused. + (uint32_t): Look at HAVE_NETDB_H rather than hard-coding __MINGW32__ + in the test program. + 2006-12-15 Kevin Ryde * configure.in (process.h, pipe, _pipe): New checks.