git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14265
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
AC_CHECK_FUNC(socket,,
AC_CHECK_LIB(socket, socket,
if test "$INET_LINK" != " -lsocket"; 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
[
AC_MSG_WARN([socket library not found - sockets will be disabled])
wxUSE_SOCKETS=no