Fixed typo in my last commit (it did break socket detection code :-( ).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
36a56c6568
commit
e5ee4c908b
@ -3748,8 +3748,8 @@ if test "$wxUSE_SOCKETS" = "yes"; then
|
||||
AC_CHECK_FUNC(socket,,
|
||||
AC_CHECK_LIB(socket, socket,
|
||||
if test "$INET_LINK" != " -lsocket"; then
|
||||
INET_LINK="$INET_LINK -lsocket",
|
||||
fi
|
||||
INET_LINK="$INET_LINK -lsocket"
|
||||
fi,
|
||||
[
|
||||
AC_MSG_WARN([socket library not found - sockets will be disabled])
|
||||
wxUSE_SOCKETS=no
|
||||
|
Loading…
Reference in New Issue
Block a user