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
#