mirror of
https://github.com/brl/mutter.git
synced 2025-02-18 06:04:10 +00: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 Enable profiling
|
||||||
dnl ============================================================
|
dnl ============================================================
|
||||||
AC_ARG_ENABLE(profile,
|
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@:>@])],
|
[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])
|
[enable_profile=no])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user