mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
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> (cherry picked from commit fb6a582ae41a5511c837846e8fbac46462fce93d)
This commit is contained in:
parent
04d943579b
commit
05c0035ea6
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user