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