From: Nick Clifton Date: Tue, 22 Feb 2005 09:16:10 +0000 (+0000) Subject: Allow darwin targeted ports to build tk, itcl and libgui. X-Git-Tag: binutils-2_16-branchpoint~184 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4d180c27bb1031f96195ef31213f3a5701879a9;p=platform%2Fupstream%2Fbinutils.git Allow darwin targeted ports to build tk, itcl and libgui. --- diff --git a/ChangeLog b/ChangeLog index bf35bac..05c3008 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-22 Paul Schlie + + * configure.in: Allow darwin targeted ports to build tk, itcl and + libgui. + 2005-02-21 Eric Botcazou 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