summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 32a9adca..3d3c588a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-11-14 Kaz Kylheku <kkylheku@gmail.com>
+ configure (cc): Compute variable properly.
+
+2009-11-14 Kaz Kylheku <kkylheku@gmail.com>
+
Fixes for bug 28086. When constructing a cobj, whose associated
C structure contains obj_t * references, we should initialize
that C structure after allocating the cobj. If we initialize
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}