[apparmor] [PATCH 5/6] libapparmor: Fix spacing in the configure script usage

Seth Arnold seth.arnold at canonical.com
Mon Nov 17 21:23:46 UTC 2014


On Mon, Nov 17, 2014 at 03:05:20PM -0600, Tyler Hicks wrote:
> Signed-off-by: Tyler Hicks <tyhicks at canonical.com>

Acked-by: Seth Arnold <seth.arnold at canonical.com>

Thanks

> ---
>  libraries/libapparmor/configure.ac | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libraries/libapparmor/configure.ac b/libraries/libapparmor/configure.ac
> index 1a317ce..27c0c55 100644
> --- a/libraries/libapparmor/configure.ac
> +++ b/libraries/libapparmor/configure.ac
> @@ -35,7 +35,7 @@ fi
>  
>  AC_MSG_CHECKING([whether perl bindings are enabled])
>  AC_ARG_WITH(perl,
> -[ --with-perl           enable the perl wrapper [[default=no]]],
> +[  --with-perl             enable the perl wrapper [[default=no]]],
>  [AC_MSG_RESULT($withval)], [AC_MSG_RESULT(no)])
>  if test "$with_perl" = "yes"; then
>     test -z "$SWIG" && AC_MSG_ERROR([swig is required when enabling perl bindings])
> @@ -48,7 +48,7 @@ fi
>  
>  AC_MSG_CHECKING([whether ruby bindings are enabled])
>  AC_ARG_WITH(ruby,
> -[ --with-ruby           enable the ruby wrapper [[default=no]]],
> +[  --with-ruby             enable the ruby wrapper [[default=no]]],
>  [AC_MSG_RESULT($withval)], [AC_MSG_RESULT(no)])
>  if test "$with_ruby" = "yes"; then
>     test -z "$SWIG" && AC_MSG_ERROR([swig is required when enabling ruby bindings])
> -- 
> 2.1.0
> 
> 
> -- 
> AppArmor mailing list
> AppArmor at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20141117/358e6776/attachment.pgp>


More information about the AppArmor mailing list