[cogl] build: Correctly quote the help message for --enable-profile



commit 6b66679a7ce3c7f997161efc6e0eb703175983a1
Author: Damien Lespiau <damien lespiau intel com>
Date:   Mon Jul 11 01:11:22 2011 +0100

    build: Correctly quote the help message for --enable-profile
    
    It did not show up in ./configure --help because of that.
    
    Signed-off-by: Robert Bragg <robert linux intel com>

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 015101d..539adab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -223,8 +223,8 @@ dnl     ============================================================
 dnl     Enable profiling
 dnl     ============================================================
 AC_ARG_ENABLE(profile,
-              AC_HELP_STRING([--enable-uprof=@<:@no/yes@:>@],
-                             [Turn on uprof profiling support. yes; All UProf profiling probe points are compiled in and may be runtime enabled. no; No profiling support will built into cogl.  @<:@default=no@:>@]),
+              [AC_HELP_STRING([--enable-uprof=@<:@no/yes@:>@],
+                             [Turn on uprof profiling support. yes; All UProf profiling probe points are compiled in and may be runtime enabled. no; No profiling support will built into cogl.  @<:@default=no@:>@])],
               [],
               [enable_profile=no])
 AS_IF([test "x$enable_profile" = "xyes"],



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