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:
parent
cd62ad8ff5
commit
33bb60df9f
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue