summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2013-08-19 15:54:21 +0100
committerNeil Roberts <neil@linux.intel.com>2013-08-19 18:09:25 +0100
commit9c75fc5463acf1cb51bf00d9914678013ed9d248 (patch)
treee01e5edcd37b4d5bcef67504d514ae34c873f83d
parentfb6a582ae41a5511c837846e8fbac46462fce93d (diff)
downloadcogl-9c75fc5463acf1cb51bf00d9914678013ed9d248.tar.gz
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 <robert@linux.intel.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6c79dbe7..a81d15b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -532,7 +532,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
)