This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[4.0] libjava, Fix typo in error message
- From: Matthias Klose <doko at cs dot tu-berlin dot de>
- To: java-patches at gcc dot gnu dot org
- Date: Mon, 21 Nov 2005 10:31:56 +0100
- Subject: [4.0] libjava, Fix typo in error message
Comitted as obvious, already fixed in 4.1 and trunk.
2005-11-21 Matthias Klose <doko@debian.org>
* configure.ac: Fix typo in error message.
* configure: Regenerate.
Index: configure.ac
===================================================================
--- configure.ac (revision 107283)
+++ configure.ac (working copy)
@@ -514,7 +514,7 @@
;;
gtk)
if test "$no_x" = yes; then
- echo "*** xlib peers requested but no X library available" 1>&2
+ echo "*** gtk peers requested but no X library available" 1>&2
exit 1
else
use_gtk_awt=yes
Index: configure
===================================================================
--- configure (revision 107283)
+++ configure (working copy)
@@ -7931,7 +7931,7 @@
;;
gtk)
if test "$no_x" = yes; then
- echo "*** xlib peers requested but no X library available" 1>&2
+ echo "*** gtk peers requested but no X library available" 1>&2
exit 1
else
use_gtk_awt=yes