Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-02-22 12:16:10 +0300
committerNick Clifton <nickc@redhat.com>2005-02-22 12:16:10 +0300
commit2f707783a28d9231f8c37f1fda74fa470b092b6b (patch)
tree0e43852a83e64e3542bd21d2e94ae3a9049ae516
parent2caa45c45a53c8f91a246d2cb2646eb53dfd8f61 (diff)
Allow darwin targeted ports to build tk, itcl and libgui.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bf35bacb7..05c300821 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 4489bc4e1..9ec9dc942 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