aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 60cd77faa5..41ab60d113 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-13 Dan Winship <danw@helixcode.com>
+
+ * configure.in: Fix the name of the binary to look for for PGP5
+
2000-08-12 Michael Meeks <michael@helixcode.com>
* configure.in: Check for Bonobo 0.17
diff --git a/configure.in b/configure.in
index 9acada7094..62f2c61184 100644
--- a/configure.in
+++ b/configure.in
@@ -497,7 +497,7 @@ if test -n "$GPG"; then
AC_DEFINE_UNQUOTED(GPG_PATH, "$GPG")
AC_DEFINE(PGP_PROGRAM, "GPG")
else
- AC_PATH_PROG(PGP5, pgp5)
+ AC_PATH_PROG(PGP5, pgpv)
if test -n "$PGP5"; then
AC_DEFINE_UNQUOTED(PGP5_PATH, "$PGP5")
AC_DEFINE(PGP_PROGRAM, "PGP")