[cogl/wip/standalone: 8/11] build: Indicate if cogl is build with i18n support



commit ab9b57d60a19aa2f5c1587b9b4913fd50799322a
Author: Damien Lespiau <damien lespiau intel com>
Date:   Mon Sep 17 21:32:42 2012 +0100

    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.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e528dce..4cf1ee2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1269,6 +1269,7 @@ echo ""
 echo " â Extra:"
 echo "        Build API reference: ${enable_gtk_doc}"
 echo "        Build introspection data: ${enable_introspection}"
+echo "        Enable internationalization: ${USE_NLS}"
 
 echo ""
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]