From: Chris Hanson Date: Sat, 10 Jun 2006 15:06:07 +0000 (+0000) Subject: Delete unused statements from previous change. X-Git-Tag: 20090517-FFI~1017 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1fb1864e0c67d84b19c17ef65f46488de8b0fd11;p=mit-scheme.git Delete unused statements from previous change. --- diff --git a/v7/src/microcode/configure.ac b/v7/src/microcode/configure.ac index def84186e..35bebb04f 100644 --- a/v7/src/microcode/configure.ac +++ b/v7/src/microcode/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme], [14.17], [bug-mit-scheme@gnu.org], [mit-scheme]) -AC_REVISION([$Id: configure.ac,v 1.10 2006/06/02 03:06:56 ihtfisp Exp $]) +AC_REVISION([$Id: configure.ac,v 1.11 2006/06/10 15:06:07 cph Exp $]) AC_CONFIG_SRCDIR([boot.c]) AC_CONFIG_HEADERS([config.h]) AC_PROG_MAKE_SET @@ -603,8 +603,6 @@ dnl "makegen/files-optional.scm". To wit, "prmhash.c" & "prmcrypt.c" dnl must conditionalize their dependencies on & , dnl respectively, to avoid warnings in "Makefile.deps" and its embeds. dnl Finally, note that "prmd5.c" is similarly conditionalized as well. -HAVE_LIBMHASH="no" -HAVE_LIBMCRYPT="no" dnl The mhash library provides md5 support. It can be loaded in addition dnl to other MD5 libraries and provides a rich set of hashes.