projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebe372c
)
Allow darwin targeted ports to build tk, itcl and libgui.
author
Nick Clifton
<nickc@redhat.com>
Tue, 22 Feb 2005 09:16:10 +0000
(09:16 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 22 Feb 2005 09:16:10 +0000
(09:16 +0000)
ChangeLog
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index bf35bacb7af9e7fc1cea4381fc3c3e5056b8746b..05c30082125483aeade00d4c712b8a29a0fb4b5d 100644
(file)
--- 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 4489bc4e18fe25bc2164c909d2d14ab2768fb882..9ec9dc94201f7b09881e5393502874655df56abc 100644
(file)
--- 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