You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2014/08/21 01:45:41 UTC

svn commit: r1619266 - /tcl/rivet/trunk/configure.ac

Author: mxmanghi
Date: Wed Aug 20 23:45:41 2014
New Revision: 1619266

URL: http://svn.apache.org/r1619266
Log:
fixed help of macro --enable-requests-serialization

Modified:
    tcl/rivet/trunk/configure.ac

Modified: tcl/rivet/trunk/configure.ac
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/configure.ac?rev=1619266&r1=1619265&r2=1619266&view=diff
==============================================================================
--- tcl/rivet/trunk/configure.ac (original)
+++ tcl/rivet/trunk/configure.ac Wed Aug 20 23:45:41 2014
@@ -651,12 +651,12 @@ AC_DEFUN([SINGLE_WORKER_TCL_THREAD],[
 # this macro is introduced to make debugging easier when
 # we want threads to serialize accessing the request handling central
 # method Rivet_SendContent. The macro defines the symbol SERIALIZE_HTTP_REQUESTS
-# and cooperates with macro SERIALIZED_REQUESTS
+# and cooperates with macro HTTP_REQUESTS_PROC
 
 AC_DEFUN([HTTP_REQUESTS_MUTEX],[
     AC_ARG_ENABLE(
         requests_serialization,
-        [  --enable-serialize-requests Forces HTTP requests serialization ],
+        [  --enable-requests-serialization Forces HTTP requests serialization among threads],
         [ requests_serialization=$enable_requests_serialization ],
         [ requests_serialization="no" ]
     )



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org