Received: by taz.hyperreal.com (8.7.5/V2.0) id EAA20737; Tue, 1 Oct 1996 04:00:46 -0700 (PDT) Received: by taz.hyperreal.com (8.7.5/V2.0) id EAA20728; Tue, 1 Oct 1996 04:00:44 -0700 (PDT) Date: Tue, 1 Oct 1996 04:00:44 -0700 (PDT) From: Ben Laurie Message-Id: <199610011100.EAA20728@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src Configuration.tmpl Sender: owner-apache-cvs@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com ben 96/10/01 04:00:44 Modified: src Configuration.tmpl Log: Make CC default unset, so that Configure guesses the C compiler. Revision Changes Path 1.43 +4 -4 apache/src/Configuration.tmpl Index: Configuration.tmpl =================================================================== RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v retrieving revision 1.42 retrieving revision 1.43 diff -C3 -r1.42 -r1.43 *** Configuration.tmpl 1996/10/01 03:25:41 1.42 --- Configuration.tmpl 1996/10/01 11:00:42 1.43 *************** *** 1,4 **** ! # $Id: Configuration.tmpl,v 1.42 1996/10/01 03:25:41 brian Exp $ # Config file for the Apache httpd. # Configuration.tmpl is the template for Configuration. Configuration should --- 1,4 ---- ! # $Id: Configuration.tmpl,v 1.43 1996/10/01 11:00:42 ben Exp $ # Config file for the Apache httpd. # Configuration.tmpl is the template for Configuration. Configuration should *************** *** 34,48 **** # and needed for your platform. # # You can also set the compiler and Optimization used here as well. ! # Settings here have priority; If not set, Configure will assume ! # 'gcc' and '-O2' # EXTRA_CFLAGS= EXTRA_LFLAGS= EXTRA_LIBS= EXTRA_INCLUDES= ! CC=gcc OPTIM=-O2 # --- 34,48 ---- # and needed for your platform. # # You can also set the compiler and Optimization used here as well. ! # Settings here have priority; If not set, Configure will attempt to guess ! # the C compiler, and set OPTIM to '-O2' # EXTRA_CFLAGS= EXTRA_LFLAGS= EXTRA_LIBS= EXTRA_INCLUDES= ! #CC= OPTIM=-O2 #