]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure: Rebuilt.
authorTom Tromey <tromey@redhat.com>
Sun, 2 Feb 2003 23:08:35 +0000 (23:08 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 2 Feb 2003 23:08:35 +0000 (23:08 +0000)
* configure: Rebuilt.
* configure.in (TOOLKIT) [xlib]: Set correctly.

From-SVN: r62292

libjava/ChangeLog
libjava/configure
libjava/configure.in

index 6f9592d043820cd3746338a14dd08dacacccbbe4..38a9f78a0e2c766d40ffdf0ec6727b23e9147729 100644 (file)
@@ -1,5 +1,8 @@
 2003-02-02  Tom Tromey  <tromey@redhat.com>
 
+       * configure: Rebuilt.
+       * configure.in (TOOLKIT) [xlib]: Set correctly.
+
        * Makefile.in: Rebuilt.
        * Makefile.am (lib_gnu_awt_xlib_la_LDFLAGS): Link against
        libstdc++.
index 027a443415e01c565be86b4559298362f57ec597..1865d8b75ce6b0c84766d1e3a3a16aa8c181bfad 100755 (executable)
@@ -4085,7 +4085,7 @@ for peer in $peerlibs ; do
       else
         use_xlib_awt="yes"
        if test -z "$TOOLKIT"; then
-          TOOLKIT=gnu.gnu.awt.xlib.XToolkit
+          TOOLKIT=gnu.awt.xlib.XToolkit
        fi
       fi
       ;;
index f20c474a5508e8cf8fb90567f773e3e5ec4e7686..45b66a9d9f6c90b078d18105a2525ac8fb3c9ee3 100644 (file)
@@ -311,7 +311,7 @@ for peer in $peerlibs ; do
       else
         use_xlib_awt="yes"
        if test -z "$TOOLKIT"; then
-          TOOLKIT=gnu.gnu.awt.xlib.XToolkit
+          TOOLKIT=gnu.awt.xlib.XToolkit
        fi
       fi
       ;;