[cogl] build: Fix the help string for --enable-profile



commit 36e977403cac38a8d3d970485ffafabbdc101f81
Author: Damien Lespiau <damien lespiau intel com>
Date:   Mon Jul 11 01:13:09 2011 +0100

    build: Fix the help string for --enable-profile
    
    --enable-uprof has been renamed to --enable-profile, make sure the help
    string is updated accordingly.
    
    Signed-off-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 539adab..725b9e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -223,7 +223,7 @@ dnl     ============================================================
 dnl     Enable profiling
 dnl     ============================================================
 AC_ARG_ENABLE(profile,
-              [AC_HELP_STRING([--enable-uprof=@<:@no/yes@:>@],
+              [AC_HELP_STRING([--enable-profile=@<:@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])



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