diff options
author | 2012-06-03 23:18:02 +0100 | |
---|---|---|
committer | 2012-06-03 23:18:02 +0100 | |
commit | d3450acb0a6b3d2a3b0d1b66605705e81d3e08e2 (patch) | |
tree | b875adb1a78edd019736d1949dbadffe9d727b53 | |
parent | 147f3d67d45933028db1025d03df4b2e222d4baa (diff) | |
download | paludis-d3450acb0a6b3d2a3b0d1b66605705e81d3e08e2.tar.gz paludis-d3450acb0a6b3d2a3b0d1b66605705e81d3e08e2.tar.xz |
Nuke allison configure.ac check too
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 1b891f519..5ab7a25d6 100644 --- a/configure.ac +++ b/configure.ac @@ -1255,13 +1255,6 @@ AC_MSG_RESULT($enable_ruby_doc) if test "x$enable_ruby_doc" = "xyes" ; then - AC_MSG_CHECKING([for allison]) - if ruby -rubygems -e "require 'allison'" >/dev/null 2>/dev/null ; then - AC_MSG_RESULT([yes]) - else - AC_MSG_ERROR([allison (http://blog.evanweaver.com/files/doc/fauna/allison/files/README.html) is needed to build Ruby documentation]) - fi - AC_MSG_CHECKING([for syntax]) if ruby -rubygems -e "require 'syntax/convertors/html'" >/dev/null 2>/dev/null ; then AC_MSG_RESULT([yes]) |