]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a comment that linux22 (-DLINUX22) is not solely for Linux-2.2.x
authorMartin Kraemer <martin@apache.org>
Wed, 28 Feb 2001 08:46:35 +0000 (08:46 +0000)
committerMartin Kraemer <martin@apache.org>
Wed, 28 Feb 2001 08:46:35 +0000 (08:46 +0000)
Submitted by: jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88385 13f79535-47bb-0310-9956-ffa450edef68

src/Configure
src/helpers/GuessOS

index 565503c0f1060faa5fdcf99cb6fe3de1192143a7..1bf5a6fc940e8b0c608f67d1f2df03ff997f4c5e 100755 (executable)
@@ -441,6 +441,7 @@ case "$PLAT" in
        LIBS="$LIBS -lm"
        ;;
     *-linux22)
+        # This handles linux 2.2 and above (2.4, ...)
        DEF_WANTHSREGEX=yes
        OS='Linux'
        CFLAGS="$CFLAGS -DLINUX=22"
index 782bb9cd450a5e4a6ebfca6ef22a67ea88bd7730..87e006e1159fb9b5a4938d020bbe003681632d75 100755 (executable)
@@ -119,6 +119,8 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
        ;;
 
     Linux:[2-9].*)
+        # This handles linux 2.2 and above (2.4, ...)
+       # Don't worry if you don't really have a Linux-2.2
        echo "${MACHINE}-whatever-linux22"; exit 0
        ;;