You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by jb...@apache.org on 2005/05/27 00:48:39 UTC

svn commit: r178701 - /xerces/c/branches/jberry/3.0-unstable/m4/xerces_no_threads.m4

Author: jberry
Date: Thu May 26 15:48:37 2005
New Revision: 178701

URL: http://svn.apache.org/viewcvs?rev=178701&view=rev
Log:
Change NO_THREADS define to APP_NO_THREADS for compatibility with existing code

Modified:
    xerces/c/branches/jberry/3.0-unstable/m4/xerces_no_threads.m4

Modified: xerces/c/branches/jberry/3.0-unstable/m4/xerces_no_threads.m4
URL: http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/m4/xerces_no_threads.m4?rev=178701&r1=178700&r2=178701&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/m4/xerces_no_threads.m4 (original)
+++ xerces/c/branches/jberry/3.0-unstable/m4/xerces_no_threads.m4 Thu May 26 15:48:37 2005
@@ -19,6 +19,6 @@
 			[xerces_cv_no_threads=yes])],
 		[xerces_cv_no_threads=no])
 	AS_IF([test x$xerces_cv_no_threads = xyes],
-		[AC_DEFINE([NO_THREADS], 1, [Define to specify no threading is used])])
+		[AC_DEFINE([APP_NO_THREADS], 1, [Define to specify no threading is used])])
 	]
 )



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