Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 27826 invoked by uid 6000); 17 Jan 2000 22:34:34 -0000 Received: (qmail 27815 invoked from network); 17 Jan 2000 22:34:31 -0000 Received: from atlrel2.hp.com (156.153.255.202) by taz.hyperreal.org with SMTP; 17 Jan 2000 22:34:31 -0000 Received: from xboibrg1.boi.hp.com (xboibrg1.boi.hp.com [15.56.8.167]) by atlrel2.hp.com (Postfix) with ESMTP id 157A3D58 for ; Mon, 17 Jan 2000 17:34:30 -0500 (EST) Received: by xboibrg1.boi.hp.com with Internet Mail Service (5.5.2650.21) id ; Mon, 17 Jan 2000 15:34:29 -0700 Message-ID: <87FB8F5CE210D311B60500A0C9F4871C0478066A@xcup01.cup.hp.com> From: "BIXBY,MARK \(HP-Cupertino,ex1\)" To: "'new-httpd@apache.org'" Subject: RE: Test the baby... Date: Mon, 17 Jan 2000 15:34:28 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Looks good on MPE/iX, except for some minor configure breakage. Could somebody please apply this patch for me? Thanks! - Mark B. --- apache_1.3.10/configure Tue Jan 11 11:47:42 2000 +++ apache_1.3.10_m/configure Mon Jan 17 13:55:58 2000 @@ -339,6 +339,10 @@ iflags_program="${iflags_program} -e .exe" iflags_core="${iflags_core} -e .exe" ;; + *MPE/iX* ) + default_layout="Apache" + iflags_program="-m 755" + ;; *) default_layout="Apache" ;; @@ -357,9 +361,6 @@ set -- --with-layout="$default_layout" "$@" fi ;; - *MPE/iX* ) - iflags_program="-m 755" - ;; esac ##