[gnome-shell] configure: fix help string for jhbuild-wrapper-script option
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] configure: fix help string for jhbuild-wrapper-script option
- Date: Thu, 2 Feb 2012 13:30:42 +0000 (UTC)
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]