# HG changeset patch # User Elliott Sales de Andrade # Date 1275020799 0 # Node ID 95d2b6fc228ae38375a10e075e4ebec32b4c8dde # Parent c79748e14499ab34caf59f6f384be5a9d28a5773 I don't know why this AM_CONDITIONAL is so far away from its setup. diff -r c79748e14499 -r 95d2b6fc228a configure.ac --- a/configure.ac Fri May 28 00:26:44 2010 +0000 +++ b/configure.ac Fri May 28 04:26:39 2010 +0000 @@ -322,6 +322,8 @@ fi fi #enable_i18n +AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes") + dnl ####################################################################### dnl # Check for GLib 2.12 (required) dnl ####################################################################### @@ -2464,8 +2466,6 @@ AM_CONDITIONAL(INSTALL_PIXMAPS, test "x$enable_pixmaps" = "xyes") -AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes") - dnl ####################################################################### dnl # Check for Doxygen and dot (part of GraphViz) dnl ####################################################################### @@ -2662,7 +2662,7 @@ fi if test "x$enable_i18n" = "xno" ; then echo - echo Warning: You have disabled the building and intallation of translation + echo Warning: You have disabled the building and installation of translation echo data. This will prevent building pidgin.desktop and the GConf schemas. echo Be sure you know what you are doing. fi