build: Indicate if cogl is build with i18n support

--disable-nls can be used to compile cogl without i18n support. Let's
indicate the i18n enabling status so curious people can deduce it can be
compiled out.

Reviewed-by: Robert Bragg <robert@linux.intel.com>

(cherry picked from commit 1ccaafa31dbc0c9b9184d61079b2deff913d8e25)
This commit is contained in:
Damien Lespiau 2012-09-17 21:32:42 +01:00 committed by Robert Bragg
parent 4bff97bb1d
commit 21cf79db9c

View File

@ -1295,6 +1295,7 @@ echo ""
echo " • Extra:"
echo " Build API reference: ${enable_gtk_doc}"
echo " Build introspection data: ${enable_introspection}"
echo " Enable internationalization: ${USE_NLS}"
echo ""