From 71f6023e8abf34ec3e0352b7072ec5826f30e160 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 19 Aug 2013 15:54:21 +0100 Subject: [PATCH] Fix the documented default value for --enable-cogl-path As far as I can tell --enable-cogl-path is enabled by default but the help string for it was suggesting otherwise. Reviewed-by: Robert Bragg (cherry picked from commit 9c75fc5463acf1cb51bf00d9914678013ed9d248) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1c5f18c13..d8d9ded18 100644 --- a/configure.ac +++ b/configure.ac @@ -542,7 +542,7 @@ dnl ============================================================ AC_ARG_ENABLE( [cogl-path], - [AC_HELP_STRING([--enable-cogl-path=@<:@no/yes@:>@], [Enable 2D path support @<:@default=no@:>@])], + [AC_HELP_STRING([--enable-cogl-path=@<:@no/yes@:>@], [Enable 2D path support @<:@default=yes@:>@])], [], enable_cogl_path=yes )