aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bf35bac..05c3008 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-22 Paul Schlie <schlie@comcast.net>
+
+ * configure.in: Allow darwin targeted ports to build tk, itcl and
+ libgui.
+
2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
PR libgcj/10353
diff --git a/configure.in b/configure.in
index 4489bc4..9ec9dc9 100644
--- a/configure.in
+++ b/configure.in
@@ -308,9 +308,6 @@ case "${host}" in
powerpc-*-beos*)
noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
;;
- *-*-darwin*)
- noconfigdirs="$noconfigdirs tk itcl libgui"
- ;;
esac