OSDN Git Service

Allow darwin targeted ports to build tk, itcl and libgui.
authornickc <nickc>
Tue, 22 Feb 2005 09:16:09 +0000 (09:16 +0000)
committernickc <nickc>
Tue, 22 Feb 2005 09:16:09 +0000 (09:16 +0000)
ChangeLog
configure.in

index bf35bac..05c3008 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 4489bc4..9ec9dc9 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