[gnome-shell] configure: fix help string for jhbuild-wrapper-script option



commit 0d0e5459797b7506f1296cd37f51dce6cbde4ec2
Author: Dan Winship <danw gnome org>
Date:   Thu Feb 2 08:26:44 2012 -0500

    configure: fix help string for jhbuild-wrapper-script option

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fe37e6e..1e03042 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,7 +206,7 @@ fi
 changequote([,])dnl
 
 AC_ARG_ENABLE(jhbuild-wrapper-script,
-  AS_HELP_STRING([--jhbuild-wrapper-script=yes],[Make "gnome-shell" script work for jhbuild]),,enable_jhbuild_wrapper_script=no)
+  AS_HELP_STRING([--enable-jhbuild-wrapper-script],[Make "gnome-shell" script work for jhbuild]),,enable_jhbuild_wrapper_script=no)
 AM_CONDITIONAL(USE_JHBUILD_WRAPPER_SCRIPT, test "x$enable_jhbuild_wrapper_script" = xyes)
 
 AC_MSG_CHECKING([location of system Certificate Authority list])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]