From 7a1b63f6425d98c68183ac3fc7fcd1b1f19bdc04 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 14 Nov 2009 18:22:22 -0800 Subject: configure (cc): Compute variable properly. --- ChangeLog | 4 ++++ configure | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 32a9adca..3d3c588a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-11-14 Kaz Kylheku + + configure (cc): Compute variable properly. + 2009-11-14 Kaz Kylheku Fixes for bug 28086. When constructing a cobj, whose associated diff --git a/configure b/configure index 44dda579..6e26ea9e 100755 --- a/configure +++ b/configure @@ -103,7 +103,7 @@ datadir=${datadir-'$(prefix)/share/txr'} mandir=${mandir-'$(prefix)/share/man'} cross=${cross-} compiler_prefix=${compiler_prefix-} -cc=${compiler-'$(cross)$(compiler_prefix)gcc'} +cc=${cc-'$(cross)$(compiler_prefix)gcc'} tool_prefix=${tool_prefix-} lex=${lex-'$(cross)$(tool_prefix)flex'} lexlib=${lexlib--lfl} -- cgit v1.2.3