[Libguestfs] [PATCH libguestfs 1/3] ruby: Remove useless AC_SUBST in configure file.

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


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

---
 configure.ac |    1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7150583..439784a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -980,7 +980,6 @@ AS_IF([test "x$enable_ruby" != "xno"],[
         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=])
-        AC_SUBST([RAKE])
         AS_IF([test -n "$HAVE_LIBRUBY"],[
             old_LIBS="$LIBS"
             LIBS="$LIBS -lruby"
-- 
1.7.10.2




More information about the Libguestfs mailing list