* configure.ac (cygwin noconfigdirs): Remove libgcj.
authordavek <davek@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 May 2009 14:42:22 +0000 (14:42 +0000)
committerdavek <davek@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 May 2009 14:42:22 +0000 (14:42 +0000)
* configure:  Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147770 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index d8ef95d..98db46c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * configure.ac (cygwin noconfigdirs):  Remove libgcj.
+       * configure:  Regenerate.
+
 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
 
        PR other/40159
index dd525c8..f321483 100755 (executable)
--- a/configure
+++ b/configure
@@ -2496,7 +2496,7 @@ case "${target}" in
     ;;
   *-*-cygwin*)
     target_configdirs="$target_configdirs target-libtermcap target-winsup"
-    noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
+    noconfigdirs="$noconfigdirs target-gperf target-libgloss"
     # always build newlib if winsup directory is present.
     if test -d "$srcdir/winsup/cygwin"; then
       skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
index a1e11c6..1bcd025 100644 (file)
@@ -731,7 +731,7 @@ case "${target}" in
     ;;    
   *-*-cygwin*)
     target_configdirs="$target_configdirs target-libtermcap target-winsup"
-    noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
+    noconfigdirs="$noconfigdirs target-gperf target-libgloss"
     # always build newlib if winsup directory is present.
     if test -d "$srcdir/winsup/cygwin"; then
       skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`