]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed redundant Cygwin sockets advice
authorJulian Smart <julian@anthemion.co.uk>
Wed, 13 Apr 2005 18:54:14 +0000 (18:54 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 13 Apr 2005 18:54:14 +0000 (18:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/msw/install.txt

index 3585b37f95a75efdefd336d415e1db6dcbbb0714..96826c12eae5fec1fefce7c21ce04b8587af9e63 100644 (file)
@@ -337,8 +337,6 @@ Both Cygwin and MinGW can be used with configure (assuming you have MSYS
 installed in case of MinGW). You will need new enough MinGW version, preferably
 MinGW 2.0 (ships with gcc3) or at least 1.0 (gcc-2.95.3). GCC versions older
 than 2.95.3 don't work; you can use wxWidgets 2.4 with them.
-If using Cygwin, you must pass --disable-sockets to configure due to a header
-conflict in Cygwin.
 
 NOTE: some notes specific to old Cygwin (< 1.1.x) are at the end of this
       section (see OLD VERSIONS)