]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
FreeBSD 6
authorJim Jagielski <jim@apache.org>
Thu, 2 Aug 2007 19:49:19 +0000 (19:49 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 2 Aug 2007 19:49:19 +0000 (19:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@562230 13f79535-47bb-0310-9956-ffa450edef68

src/Configure

index 3a23c36c06b9fcac7a2d9983a4cbf9d30622dba3..7eaade617e3821bc9dadee337c32af2ac2504e1b 100755 (executable)
@@ -457,7 +457,7 @@ case "$PLAT" in
        PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
        OS="FreeBSD $PLATOSVERS"
        case "$PLATOSVERS" in
-           [2345]*)
+           [23456]*)
                DEF_WANTHSREGEX=no
                CFLAGS="$CFLAGS -funsigned-char"
                ;;