From 806374b5f91f7151ba6b68a5fa41c137236ec098 Mon Sep 17 00:00:00 2001 From: Tyler Hicks Date: Mon, 17 Nov 2014 21:20:11 -0600 Subject: [PATCH] libapparmor: Fix spacing in the configure script usage Signed-off-by: Tyler Hicks Acked-by: Seth Arnold --- 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 1a317ce4e..27c0c554e 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])