You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2012/11/15 19:35:03 UTC

svn commit: r1409909 - /httpd/httpd/trunk/server/mpm/eventopt/config3.m4

Author: jim
Date: Thu Nov 15 18:35:02 2012
New Revision: 1409909

URL: http://svn.apache.org/viewvc?rev=1409909&view=rev
Log:
Update and sync

Modified:
    httpd/httpd/trunk/server/mpm/eventopt/config3.m4

Modified: httpd/httpd/trunk/server/mpm/eventopt/config3.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/eventopt/config3.m4?rev=1409909&r1=1409908&r2=1409909&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/eventopt/config3.m4 (original)
+++ httpd/httpd/trunk/server/mpm/eventopt/config3.m4 Thu Nov 15 18:35:02 2012
@@ -1,3 +1,5 @@
+APACHE_MPMPATH_INIT(eventopt)
+
 dnl ## XXX - Need a more thorough check of the proper flags to use
 
 APACHE_CHECK_SERF
@@ -9,3 +11,5 @@ APACHE_SUBST(MOD_MPM_EVENTOPT_LDADD)
 APACHE_MPM_MODULE(eventopt, $enable_mpm_eventopt, eventopt.lo fdqueue.lo equeue.lo,[
     AC_CHECK_FUNCS(pthread_kill)
 ], , [\$(MOD_MPM_EVENTOPT_LDADD)])
+
+APACHE_MPMPATH_FINISH