Allow darwin targeted ports to build tk, itcl and libgui.
This commit is contained in:
parent
ebe372c1dd
commit
e4d180c27b
2 changed files with 5 additions and 3 deletions
|
@ -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>
|
2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||||
|
|
||||||
PR libgcj/10353
|
PR libgcj/10353
|
||||||
|
|
|
@ -308,9 +308,6 @@ case "${host}" in
|
||||||
powerpc-*-beos*)
|
powerpc-*-beos*)
|
||||||
noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
|
noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
|
||||||
;;
|
;;
|
||||||
*-*-darwin*)
|
|
||||||
noconfigdirs="$noconfigdirs tk itcl libgui"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue