You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2006/10/10 09:07:18 UTC

svn commit: r454647 - /xerces/c/trunk/configure.ac

Author: amassari
Date: Tue Oct 10 00:07:17 2006
New Revision: 454647

URL: http://svn.apache.org/viewvc?view=rev&rev=454647
Log:
If configure decides that XMLCh has to be mapped to wchar_t, include <wchar.h>

Modified:
    xerces/c/trunk/configure.ac

Modified: xerces/c/trunk/configure.ac
URL: http://svn.apache.org/viewvc/xerces/c/trunk/configure.ac?view=diff&rev=454647&r1=454646&r2=454647
==============================================================================
--- xerces/c/trunk/configure.ac (original)
+++ xerces/c/trunk/configure.ac Tue Oct 10 00:07:17 2006
@@ -207,6 +207,7 @@
                     [ 
                       xerces_cv_type_xmlch=wchar_t
                    	  AC_MSG_RESULT([yes])
+                      AC_DEFINE_UNQUOTED([XERCES_INCLUDE_WCHAR_H], 1, [Define to have Xerces_autoconf_config.hpp include wchar.h])
                     ],
 	                [
                       xerces_cv_type_xmlch=$xerces_cv_type_u16bit_int



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org