From 36e977403cac38a8d3d970485ffafabbdc101f81 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 11 Jul 2011 01:13:09 +0100 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 539adaba4..725b9e40a 100644 --- a/configure.ac +++ b/configure.ac @@ -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])