aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index a0617b9..40924d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,12 +38,6 @@ AM_CONDITIONAL([ENABLE_GUILE_VM],
[test "x$enable_guile_vm" = "xyes" && \
$GUILE_TOOLS compile --help 2>&1 >/dev/null])
-# Guile-Lint (http://www.geocities.com/user42_kevin/guile-lint/index.html)
-AC_PATH_PROG([GUILE_LINT], [guile-lint])
-AC_SUBST([GUILE_LINT])
-AM_CONDITIONAL([HAVE_GUILE_LINT], test "x$GUILE_LINT" != "x")
-
-
# Need Guile-Reader.
GUILE_MODULE_REQUIRED([system reader])