Now enabling sockets enables sockets.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 1999-03-02 10:56:37 +00:00
parent d28e197756
commit 370ae202e1
2 changed files with 32 additions and 21 deletions

View file

@ -1238,6 +1238,10 @@ if test "$wxUSE_STREAMS" = 1 ; then
AC_DEFINE_UNQUOTED(wxUSE_STREAMS,$wxUSE_STREAMS)
fi
if test "$wxUSE_SOCKETS" = 1 ; then
AC_DEFINE_UNQUOTED(wxUSE_SOCKETS,$wxUSE_SOCKETS)
fi
if test "$wxUSE_SERIAL" = 1 ; then
AC_DEFINE_UNQUOTED(wxUSE_SERIAL,$wxUSE_SERIAL)
fi