Allow darwin targeted ports to build tk, itcl and libgui.

This commit is contained in:
Nick Clifton 2005-02-22 09:16:10 +00:00
parent 2caa45c45a
commit 2f707783a2
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -308,9 +308,6 @@ case "${host}" in
powerpc-*-beos*)
noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
;;
*-*-darwin*)
noconfigdirs="$noconfigdirs tk itcl libgui"
;;
esac