dgaudet 99/04/21 00:21:04
Modified: . configure
Log:
fix typo
PR: 4282
Submitted by: Philippe M.Chiasson <[EMAIL PROTECTED]>
Revision Changes Path
1.83 +1 -1 apache-1.3/configure
Index: configure
===================================================================
RCS file: /home/cvs/apache-1.3/configure,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- configure 1999/04/20 18:19:14 1.82
+++ configure 1999/04/21 07:21:03 1.83
@@ -780,7 +780,7 @@
module )
case $apc_optarg in
all )
- OOIFS="$IFS"r
+ OOIFS="$IFS"
IFS=':'
for module in $modules; do
eval "module_${module}=no"