Allow darwin targeted ports to build tk, itcl and libgui.
authorNick Clifton <nickc@redhat.com>
Tue, 22 Feb 2005 09:16:10 +0000 (09:16 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 22 Feb 2005 09:16:10 +0000 (09:16 +0000)
ChangeLog
configure.in

index bf35bacb7af9e7fc1cea4381fc3c3e5056b8746b..05c30082125483aeade00d4c712b8a29a0fb4b5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 4489bc4e18fe25bc2164c909d2d14ab2768fb882..9ec9dc94201f7b09881e5393502874655df56abc 100644 (file)
@@ -308,9 +308,6 @@ case "${host}" in
   powerpc-*-beos*)
     noconfigdirs="$noconfigdirs tk itcl libgui gdb dejagnu readline"
     ;;
-  *-*-darwin*)
-    noconfigdirs="$noconfigdirs tk itcl libgui"
-    ;;
 esac
 
 
This page took 0.048594 seconds and 4 git commands to generate.