]> granicus.if.org Git - apache/commitdiff
Cosmetics: align the entry of MPMs in "configure --help" output
authorRalf S. Engelschall <rse@apache.org>
Sat, 5 May 2001 08:02:17 +0000 (08:02 +0000)
committerRalf S. Engelschall <rse@apache.org>
Sat, 5 May 2001 08:02:17 +0000 (08:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89000 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/config.m4

index 9d2c3fba6aff4c08f0ec9ad9a9814564e85b17e2..cce54892f10316670402928eb14bd485dfd6c906 100644 (file)
@@ -1,7 +1,7 @@
 AC_MSG_CHECKING(which MPM to use)
 AC_ARG_WITH(mpm,
 [  --with-mpm=MPM          Choose the process model for Apache to use.
-               MPM={beos,threaded,prefork,spmt_os2,perchild}],[
+                          MPM={beos,threaded,prefork,spmt_os2,perchild}],[
   APACHE_MPM=$withval
 ],[
   if test "x$APACHE_MPM" = "x"; then