Author: rleigh
Date: Wed Jan 3 17:03:44 2018
New Revision: 1819989
URL: http://svn.apache.org/viewvc?rev=1819989&view=rev
Log:
cmake: XercesTranscoderSelection: Correct typos in variable names breaking use
of GNU iconv on Solaris
Modified:
xerces/c/trunk/cmake/XercesTranscoderSelection.cmake
Modified: xerces/c/trunk/cmake/XercesTranscoderSelection.cmake
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/cmake/XercesTranscoderSelection.cmake?rev=1819989&r1=1819988&r2=1819989&view=diff
==============================================================================
--- xerces/c/trunk/cmake/XercesTranscoderSelection.cmake (original)
+++ xerces/c/trunk/cmake/XercesTranscoderSelection.cmake Wed Jan 3 17:03:44
2018
@@ -59,7 +59,7 @@ check_function_exists(iconv HAVE_ICONV)
set(gnuiconv_available 0)
if(HAVE_ICONV_H AND HAVE_WCHAR_H AND HAVE_STRING_H AND HAVE_STDLIB_H AND
HAVE_STDIO_H AND HAVE_CTYPE_H AND HAVE_LOCALE_H AND HAVE_ERRNO_H)
- if (HAVE_ENDIAN_H OR HAVE_MACHINE/ENDIAN_H OR HAVE_ARPA/NAMESER_COMPAT_H)
+ if (HAVE_ENDIAN_H OR HAVE_MACHINE_ENDIAN_H OR HAVE_ARPA_NAMESER_COMPAT_H)
if(HAVE_ICONV_OPEN AND HAVE_ICONV_CLOSE AND HAVE_ICONV)
set(gnuiconv_available 1)
list(APPEND transcoders gnuiconv)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]