[Libguestfs] [PATCH libguestfs 2/3] ruby: Changing spacing in configure file.

Richard W.M. Jones rjones at redhat.com
Fri Jun 29 13:59:33 UTC 2012


From: "Richard W.M. Jones" <rjones at redhat.com>

No functional change.
---
 configure.ac |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 439784a..d3a8698 100644
--- a/configure.ac
+++ b/configure.ac
@@ -973,12 +973,12 @@ AM_CONDITIONAL([HAVE_PYTHON],
 
 dnl Check for Ruby and rake (optional, for Ruby bindings).
 AC_ARG_ENABLE([ruby],
-        AS_HELP_STRING([--disable-ruby], [Disable Ruby language bindings]),
-        [],
-        [enable_ruby=yes])
+    AS_HELP_STRING([--disable-ruby], [Disable Ruby language bindings]),
+    [],
+    [enable_ruby=yes])
 AS_IF([test "x$enable_ruby" != "xno"],[
-        AC_CHECK_PROG([RUBY],[ruby],[ruby],[no])
-        AC_CHECK_PROG([RAKE],[rake],[rake],[no])
+    AC_CHECK_PROG([RUBY],[ruby],[ruby],[no])
+    AC_CHECK_PROG([RAKE],[rake],[rake],[no])
         AC_CHECK_LIB([ruby],[ruby_init],[HAVE_LIBRUBY=1],[HAVE_LIBRUBY=])
         AS_IF([test -n "$HAVE_LIBRUBY"],[
             old_LIBS="$LIBS"
-- 
1.7.10.2




More information about the Libguestfs mailing list