martin 99/08/16 04:35:56
Modified: mpm config.option
Log:
Fix typo for mpm-pthread-linux
Revision Changes Path
1.4 +1 -1 apache-2.0/mpm/config.option
Index: config.option
===================================================================
RCS file: /home/cvs/apache-2.0/mpm/config.option,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- config.option 1999/08/15 11:08:25 1.3
+++ config.option 1999/08/16 11:35:56 1.4
@@ -58,7 +58,7 @@
</Option>
# pthread MPM with LinuxThreads
-<Option mpm-dexter-linux>
+<Option mpm-pthread-linux>
CC=cc
CFLAGS='-pthread'
LDFLAGS='-pthread'