pidgin: 8a878dd1: Small wording tweak and add a warning ab...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Sat Mar 20 17:15:47 EDT 2010
-----------------------------------------------------------------
Revision: 8a878dd150bd7f8600510e2e3c9f00967d88c0c8
Ancestor: 4603c075260a4cae6f0928c8a987805f99c1b689
Author: rekkanoryo at pidgin.im
Date: 2010-03-20T21:09:52
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/8a878dd150bd7f8600510e2e3c9f00967d88c0c8
Modified files:
configure.ac
ChangeLog:
Small wording tweak and add a warning about the effects of --disable-nls.
Refs #11548.
-------------- next part --------------
============================================================
--- configure.ac dec6d00a132f7ca44dd4f3b19d9dd9e4bc3aa66d
+++ configure.ac 59985f638354a834566058abf06304ce45d9e6b8
@@ -2645,8 +2645,14 @@ if test "x$enable_pixmaps" = "xno" ; the
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\'
echo
More information about the Commits
mailing list