mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
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>
This commit is contained in:
parent
6b66679a7c
commit
36e977403c
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user