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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to