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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4d180c27bb1031f96195ef31213f3a5701879a9;p=binutils-gdb.git Allow darwin targeted ports to build tk, itcl and libgui. --- diff --git a/ChangeLog b/ChangeLog index bf35bacb7af..05c30082125 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 4489bc4e18f..9ec9dc94201 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