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:
@@ -3748,8 +3748,8 @@ if test "$wxUSE_SOCKETS" = "yes"; then
|
|||||||
AC_CHECK_FUNC(socket,,
|
AC_CHECK_FUNC(socket,,
|
||||||
AC_CHECK_LIB(socket, socket,
|
AC_CHECK_LIB(socket, socket,
|
||||||
if test "$INET_LINK" != " -lsocket"; then
|
if test "$INET_LINK" != " -lsocket"; then
|
||||||
INET_LINK="$INET_LINK -lsocket",
|
INET_LINK="$INET_LINK -lsocket"
|
||||||
fi
|
fi,
|
||||||
[
|
[
|
||||||
AC_MSG_WARN([socket library not found - sockets will be disabled])
|
AC_MSG_WARN([socket library not found - sockets will be disabled])
|
||||||
wxUSE_SOCKETS=no
|
wxUSE_SOCKETS=no
|
||||||
|
Reference in New Issue
Block a user