# HG changeset patch
# User John Bailey <rekkanoryo@rekkanoryo.org>
# Date 1269119392 0
# Node ID 82917071d16fbfab63088568227c75edc18c13f4
# Parent  f7d03842b9c9870c3566a96a0744cb0609d49d7e
Small wording tweak and add a warning about the effects of --disable-nls.
Refs #11548.

diff -r f7d03842b9c9 -r 82917071d16f configure.ac
--- a/configure.ac	Sat Mar 20 21:04:17 2010 +0000
+++ b/configure.ac	Sat Mar 20 21:09:52 2010 +0000
@@ -2645,7 +2645,13 @@
 if test "x$enable_pixmaps" = "xno" ; then
 	echo
 	echo Warning: You have disabled the installation of pixmap data, but Pidgin
-	echo still requires installed pixmaps.  Be sure you know what you\'re doing.
+	echo still requires installed pixmaps.  Be sure you know what you are doing.
+fi
+if test "x$enable_i18n" = "xno" ; then
+	echo
+	echo Warning: You have disabled the building and intallation of translation
+	echo data.  This will prevent building pidgin.desktop and the GConf schemas.
+	echo Be sure you know what you are doing.
 fi
 echo
 echo configure complete, now type \'make\'