Mercurial > pidgin.yaz
changeset 30022:82917071d16f
Small wording tweak and add a warning about the effects of --disable-nls.
Refs #11548.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 20 Mar 2010 21:09:52 +0000 |
parents | f7d03842b9c9 |
children | 182b6bc805ab |
files | configure.ac |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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\'