* 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:
alexm 2004-09-27 14:07:22 +00:00
parent c8cb740907
commit 5d0e59bad3
3 changed files with 2461 additions and 1294 deletions

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,