This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]