Commit b0aa22d1 authored by dgaudet's avatar dgaudet
Browse files

PR#399: Update Convex support for 11.5


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78379 13f79535-47bb-0310-9956-ffa450edef68
parent ab0ac402
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
Changes with Apache 1.2.1

  *) Update ConvexOS support for 11.5.  [David DeSimone <fox@convex.com>]
     PR#399

  *) Support for dec cc compiler under ultrix.
     ["P. Alejandro Lopez-Valencia" <alejolo@ideam.gov.co>] PR#388
  
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
	echo "${MACHINE}-ncr-sysv4"; exit 0
	;;

    ConvexOS:*:11.0:*)
    ConvexOS:*:11.*:*)
	echo "${MACHINE}-v11-${SYSTEM}"; exit 0;
	;;