mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 03:20:46 -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 Enable profiling
|
||||||
dnl ============================================================
|
dnl ============================================================
|
||||||
AC_ARG_ENABLE(profile,
|
AC_ARG_ENABLE(profile,
|
||||||
AC_HELP_STRING([--enable-uprof=@<:@no/yes@:>@],
|
[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@:>@]),
|
[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])
|
||||||
AS_IF([test "x$enable_profile" = "xyes"],
|
AS_IF([test "x$enable_profile" = "xyes"],
|
||||||
|
Loading…
Reference in New Issue
Block a user