Delete unused statements from previous change.
authorChris Hanson <org/chris-hanson/cph>
Sat, 10 Jun 2006 15:06:07 +0000 (15:06 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 10 Jun 2006 15:06:07 +0000 (15:06 +0000)
v7/src/microcode/configure.ac

index def84186ed1b1454596f1f67d8066194ba6932f9..35bebb04f9cff503b1cbc76fc4b399124bf130c8 100644 (file)
@@ -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 <mhash.h> & <mcrypt.h>,
 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.