1
0
Fork 0

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:
Damien Lespiau 2011-07-11 01:13:09 +01:00
parent 6b66679a7c
commit 36e977403c

View file

@ -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])