mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fixed warning text.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13486 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ca0b909b84
commit
314e0be563
2 changed files with 263 additions and 257 deletions
15
configure.in
15
configure.in
|
@ -162,12 +162,15 @@ AC_TRY_RUN([#include "$srcdir/config/config.reuseaddr.c"],
|
|||
if test $reuseaddr_ok = 0; then
|
||||
AC_DEFINE(BROKEN_SO_REUSEADDR)
|
||||
echo
|
||||
echo "The GCC 'nested functions' feature does not seem to be working on"
|
||||
echo "this machine. "
|
||||
echo "Read the bug-report instructions in the GCC texinfo manual"
|
||||
echo "and submit a bug report."
|
||||
echo "The program this configure script used to test nested functions"
|
||||
echo "can be found in the file 'config/config.nested.c'"
|
||||
echo "The SO_REUSEADDR socket option for controlling re-use of network"
|
||||
echo "sockets immediately after shutdown appears to be broken on this"
|
||||
echo "machine. Networking code will be built without using this"
|
||||
echo "feature."
|
||||
echo "The effect of this lack is that when a network service is shut"
|
||||
echo "down, it cannot be re-started on the same network port until"
|
||||
echo "an operating-system timeout has expired."
|
||||
echo "For servers other than gdomap, GNUstep does not normally need"
|
||||
echo "a particular network port, so the problem is unlikely to arise."
|
||||
AC_MSG_RESULT(yes)
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
|
|
Loading…
Reference in a new issue