summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2013-08-19 15:54:20 +0100
committerNeil Roberts <neil@linux.intel.com>2013-08-19 18:09:14 +0100
commitfb6a582ae41a5511c837846e8fbac46462fce93d (patch)
tree3ee0a70c2086b86a45b8a8820f3ee62cd690341e
parent358d85f35d0fe36698b758163729c4551fe5fd25 (diff)
downloadcogl-fb6a582ae41a5511c837846e8fbac46462fce93d.tar.gz
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 <robert@linux.intel.com> Reviewed-by: Damien Lespiau <damien.lespiau at intel.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c5d56609..6c79dbe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -240,7 +240,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
)