pidgin: 760e3093: I don't know why this AM_CONDITIONAL is ...

qulogic at pidgin.im qulogic at pidgin.im
Fri May 28 02:26:02 EDT 2010


-----------------------------------------------------------------
Revision: 760e30937c90e5827b73e5a2483cde58d71c1f30
Ancestor: c698c12f784eb7979a0e31f703ee39efa743060b
Author: qulogic at pidgin.im
Date: 2010-05-28T04:26:39
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/760e30937c90e5827b73e5a2483cde58d71c1f30

Modified files:
        configure.ac

ChangeLog: 

I don't know why this AM_CONDITIONAL is so far away from its setup.

-------------- next part --------------
============================================================
--- configure.ac	1735f0523633c803e9a301c37b8836ba06f1f42e
+++ configure.ac	991aed624a2eb955c5655cd9a08e32980a58fdab
@@ -322,6 +322,8 @@ fi #enable_i18n
 	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$
 
 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 @@ if test "x$enable_i18n" = "xno" ; then
 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


More information about the Commits mailing list