mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 01:11:01 +00:00
* configure.ac: Change SO_REUSADDR to SO_REUSEADDR in the checking
message. Reported by Alex Perez. * configure: Regenerate. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20161 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b910e3ce65
commit
6e356c0942
3 changed files with 2461 additions and 1294 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-09-27 15:51 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* configure.ac: Change SO_REUSADDR to SO_REUSEADDR in the checking
|
||||
message. Reported by Alex Perez.
|
||||
* configure: Regenerate.
|
||||
|
||||
2004-09-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSDebug.m: Remove checks for existence of lock ... it always
|
||||
|
|
|
@ -157,7 +157,7 @@ fi
|
|||
#--------------------------------------------------------------------
|
||||
# Check if system has buggy SO_REUSEADDR
|
||||
#--------------------------------------------------------------------
|
||||
AC_MSG_CHECKING(whether SO_REUSADDR is broken)
|
||||
AC_MSG_CHECKING(whether SO_REUSEADDR is broken)
|
||||
AC_TRY_RUN([#include "$srcdir/config/config.reuseaddr.c"],
|
||||
reuseaddr_ok=1,
|
||||
reuseaddr_ok=0,
|
||||
|
|
Loading…
Reference in a new issue