summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-02-12 17:21:37 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-02-12 17:21:37 +0000
commitfe573eb97b07fa240232dfa0aa174017667ecdd8 (patch)
treefa81f4bba8eae775efff04d1aa46ea6437e6656d /configure.in
parent3afe7d22837c0cca6df26fa5335aa0695eba13fc (diff)
Auto-detect the micalg used with PGP/MIME signatures.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bf539ed7..82e01d1c 100644
--- a/configure.in
+++ b/configure.in
@@ -75,7 +75,7 @@ else
AC_DEFINE(HAVE_PGP)
PGPAUX_TARGET=pgpring
AM_CONDITIONAL(NEEDS_PGPEWRAP, true)
- MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o"
+ MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o"
OPS="$OPS \$(srcdir)/OPS.PGP"
fi