[4.0] libjava, Fix typo in error message
Matthias Klose
doko@cs.tu-berlin.de
Mon Nov 21 09:32:00 GMT 2005
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
More information about the Java-patches
mailing list