Author: rleigh
Date: Sun Jun 4 10:03:08 2017
New Revision: 1797565
URL: http://svn.apache.org/viewvc?rev=1797565&view=rev
Log:
doc: build: Some features don't work with Cygwin
When building on Cygwin, --enable-netaccessor-winsock and
--enable-transcoder-windows are documented as possibilities,
but in actual fact either fail at configure time or build time.
Remove Cygwin from these options.
Modified:
xerces/c/trunk/doc/build.xml
Modified: xerces/c/trunk/doc/build.xml
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/doc/build.xml?rev=1797565&r1=1797564&r2=1797565&view=diff
==============================================================================
--- xerces/c/trunk/doc/build.xml (original)
+++ xerces/c/trunk/doc/build.xml Sun Jun 4 10:03:08 2017
@@ -323,7 +323,7 @@
</tr>
<tr>
<td><code>--enable-netaccessor-winsock</code></td>
- <td>use WinSock (only on Windows, Cygwin, MinGW)</td>
+ <td>use WinSock (only on Windows and MinGW)</td>
</tr>
<tr>
<td><code>--disable-network</code></td>
@@ -356,7 +356,7 @@
</tr>
<tr>
<td><code>--enable-transcoder-windows</code></td>
- <td>use Windows APIs (only on Windows, Cygwin, MinGW)</td>
+ <td>use Windows APIs (only on Windows and MinGW)</td>
</tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]