From 0d0e5459797b7506f1296cd37f51dce6cbde4ec2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 2 Feb 2012 08:26:44 -0500 Subject: [PATCH] configure: fix help string for jhbuild-wrapper-script option --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fe37e6e57..1e03042cd 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])