From 05c0035ea6c8bc9c68d4b585933758a5e60f204b Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 19 Aug 2013 15:54:20 +0100 Subject: [PATCH] Fix the help string for --enable-standalone The help string had the wrong name presumably resulting from a cut and paste error of the --enable-debug option. Reviewed-by: Robert Bragg Reviewed-by: Damien Lespiau (cherry picked from commit fb6a582ae41a5511c837846e8fbac46462fce93d) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8600f5144..1c5f18c13 100644 --- a/configure.ac +++ b/configure.ac @@ -250,7 +250,7 @@ dnl ============================================================ AC_ARG_ENABLE( [standalone], - [AC_HELP_STRING([--enable-debug=@<:@no/yes@:>@], [Build Cogl without any external depedency @<:@default=no@:>@])], + [AC_HELP_STRING([--enable-standalone=@<:@no/yes@:>@], [Build Cogl without any external depedency @<:@default=no@:>@])], [], enable_standalone=no )