summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormo <mo>2000-08-25 05:55:05 (GMT)
committermo <mo>2000-08-25 05:55:05 (GMT)
commit4e40628e20d645ccec764e7147fefaeb120df3cc (patch)
treecdf155021554b342405ec965f7228475bcf4915c /ChangeLog
parent50b9bc1638f4c41a8d83bef8954ee03469089691 (diff)
downloadtk-4e40628e20d645ccec764e7147fefaeb120df3cc.zip
tk-4e40628e20d645ccec764e7147fefaeb120df3cc.tar.gz
tk-4e40628e20d645ccec764e7147fefaeb120df3cc.tar.bz2
remove --enable-gcc configure option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4845b60..1421cde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-08-24 Mo DeJong <mdejong@redhat.com>
+
+ * unix/README: Update to account for removal of --enable-gcc.
+ * unix/configure.in:
+ * unix/tcl.m4 (SC_ENABLE_GCC): Remove --enable-gcc option.
+ * win/configure.in:
+ * win/tcl.m4 (SC_ENABLE_GCC): Remove --enable-gcc option.
+ Remove quick hack that provided cross compile support for
+ windows builds.
+
2000-08-23 Jeff Hobbs <hobbs@scriptics.com>
* generic/tkButton.c (ButtonTextVarProc): reversed change below,