[Cogl] [PATCH 1/2] Fix the help string for --enable-standalone

Neil Roberts neil at linux.intel.com
Mon Aug 19 07:54:20 PDT 2013


The help string had the wrong name presumably resulting from a cut and
paste error of the --enable-debug option.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index c5d5660..6c79dbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -240,7 +240,7 @@ dnl     ============================================================
 
 AC_ARG_ENABLE(
   [standalone],
-  [AC_HELP_STRING([--enable-debug=@<:@no/yes@:>@], [Build Cogl without any external depedency @<:@default=no@:>@])],
+  [AC_HELP_STRING([--enable-standalone=@<:@no/yes@:>@], [Build Cogl without any external depedency @<:@default=no@:>@])],
   [],
   enable_standalone=no
 )
-- 
1.8.3.1



More information about the Cogl mailing list