diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 5 insertions, 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> 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 |