diff options
author | Nick Clifton <nickc@redhat.com> | 2005-02-22 09:16:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-02-22 09:16:10 +0000 |
commit | 2f707783a28d9231f8c37f1fda74fa470b092b6b (patch) | |
tree | 0e43852a83e64e3542bd21d2e94ae3a9049ae516 | |
parent | 2caa45c45a53c8f91a246d2cb2646eb53dfd8f61 (diff) | |
download | cygnal-2f707783a28d9231f8c37f1fda74fa470b092b6b.tar.gz cygnal-2f707783a28d9231f8c37f1fda74fa470b092b6b.tar.bz2 cygnal-2f707783a28d9231f8c37f1fda74fa470b092b6b.zip |
Allow darwin targeted ports to build tk, itcl and libgui.
-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 4489bc4e1..9ec9dc942 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 |