summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-07-11 01:13:09 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2011-07-12 10:39:20 +0100
commit36e977403cac38a8d3d970485ffafabbdc101f81 (patch)
tree3c729157982fff2cf60eaf961a1a368968d89baa
parent6b66679a7ce3c7f997161efc6e0eb703175983a1 (diff)
downloadcogl-36e977403cac38a8d3d970485ffafabbdc101f81.tar.gz
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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 539adaba..725b9e40 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])