I think this slipped in when Bill bumped the version.  -- justin

Index: src/Configure
===================================================================
RCS file: /home/cvspublic/apache-1.3/src/Configure,v
retrieving revision 1.425
diff -u -r1.425 Configure
--- src/Configure       2001/05/15 17:34:58     1.425
+++ src/Configure       2001/05/16 00:09:32
@@ -1889,7 +1889,7 @@
        SUBTARGET=target_shared
        #    determine additional suffixes for libhttpd.so
        V=1 R=3 P=21
-       If [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then
+       if [ "x$SHLIB_SUFFIX_DEPTH" = "x0" ]; then
            SHLIB_SUFFIX_LIST=""
        fi
        if [ "x$SHLIB_SUFFIX_DEPTH" = "x1" ]; then

Reply via email to