From 21cf79db9c21b3fc9c251ff752b724f2b0b26c65 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 17 Sep 2012 21:32:42 +0100 Subject: [PATCH] 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 (cherry picked from commit 1ccaafa31dbc0c9b9184d61079b2deff913d8e25) --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 8783bf885..4b0f09914 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ""