diff options
author | Tom Tromey <tromey@redhat.com> | 2005-08-23 13:53:12 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2005-08-23 13:53:12 +0000 |
commit | 0a9649e8a1a2b543dc026ba4ae5b1cceaf844b93 (patch) | |
tree | e43cb3981c471ca3e96d5e4c9cdb48562fbd56b4 /libjava/classpath/configure | |
parent | a11c004bd747e274becda2edaa8d1ea5bb8f18b8 (diff) | |
download | gcc-0a9649e8a1a2b543dc026ba4ae5b1cceaf844b93.zip gcc-0a9649e8a1a2b543dc026ba4ae5b1cceaf844b93.tar.gz gcc-0a9649e8a1a2b543dc026ba4ae5b1cceaf844b93.tar.bz2 |
configure: Rebuilt.
* configure: Rebuilt.
* configure.ac: Fixed typo.
From-SVN: r103399
Diffstat (limited to 'libjava/classpath/configure')
-rwxr-xr-x | libjava/classpath/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/configure b/libjava/classpath/configure index 2d15784..b42c613 100755 --- a/libjava/classpath/configure +++ b/libjava/classpath/configure @@ -2047,7 +2047,7 @@ if test "${enable_default_toolkit+set}" = set; then enableval="$enable_default_toolkit" fi; -default_toolkit=$enable_default_tookit +default_toolkit=$enable_default_toolkit if test "$default_toolkit" = ""; then default_toolkit=gnu.java.awt.peer.gtk.GtkToolkit fi |