From: Thomas Roessler Date: Tue, 27 Oct 1998 15:31:34 +0000 (+0000) Subject: Handle systems which have neither pgp2 nor pgp5, but gpg correctly. X-Git-Tag: mutt-0-94-15-rel~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bce3f510e465b3c8ed5a1b996e43599230afa441;p=mutt Handle systems which have neither pgp2 nor pgp5, but gpg correctly. --- diff --git a/configure b/configure index daa5da71..59eeeef2 100755 --- a/configure +++ b/configure @@ -1327,7 +1327,7 @@ EOF fi - if test $PGP != no || test $PGPK != no ; then + if test $PGP != no || test $PGPK != no || test $GPG != no ; then MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pgp.o pgpinvoke.o pgpkey.o pgppubring.o sha1dgst.o gnupgparse.o" OPS="$OPS \$(srcdir)/OPS.PGP" fi diff --git a/configure.in b/configure.in index ba8aa18e..62875e74 100644 --- a/configure.in +++ b/configure.in @@ -66,7 +66,7 @@ else AC_DEFINE_UNQUOTED(_PGPPATH, "$PGPPATH") fi - if test $PGP != no || test $PGPK != no ; then + if test $PGP != no || test $PGPK != no || test $GPG != no ; then MUTT_LIB_OBJECTS="$MUTT_LIB_OBJECTS pgp.o pgpinvoke.o pgpkey.o pgppubring.o sha1dgst.o gnupgparse.o" OPS="$OPS \$(srcdir)/OPS.PGP" fi