[cogl] Fix the documented default value for --enable-cogl-path



commit 9c75fc5463acf1cb51bf00d9914678013ed9d248
Author: Neil Roberts <neil linux intel com>
Date:   Mon Aug 19 15:54:21 2013 +0100

    Fix the documented default value for --enable-cogl-path
    
    As far as I can tell --enable-cogl-path is enabled by default but the
    help string for it was suggesting otherwise.
    
    Reviewed-by: Robert Bragg <robert linux intel com>

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6c79dbe..a81d15b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -532,7 +532,7 @@ dnl     ============================================================
 
 AC_ARG_ENABLE(
   [cogl-path],
-  [AC_HELP_STRING([--enable-cogl-path=@<:@no/yes@:>@], [Enable 2D path support @<:@default=no@:>@])],
+  [AC_HELP_STRING([--enable-cogl-path=@<:@no/yes@:>@], [Enable 2D path support @<:@default=yes@:>@])],
   [],
   enable_cogl_path=yes
 )


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