* 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:
Alexander Malmberg 2004-09-27 14:07:22 +00:00
parent b910e3ce65
commit 6e356c0942
3 changed files with 2461 additions and 1294 deletions

View file

@ -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

3747
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -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,