1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 19:20:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-12-22 20:41:08 +00:00
parent cd62ad8ff5
commit 33bb60df9f

View file

@ -1,3 +1,15 @@
2006-12-23 Kevin Ryde <user42@zip.com.au>
* 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 <user42@zip.com.au>
* configure.in (process.h, pipe, _pipe): New checks.