From fad59bb3a344526f343b8e28a8d28059e81a42a9 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 2 Aug 2000 02:55:33 +0000 Subject: Add checks for GPG, PGP 5 and PGP 2. Only record the first one found. * configure.in, acconfig.c: Add checks for GPG, PGP 5 and PGP 2. Only record the first one found. svn path=/trunk/; revision=4465 --- acconfig.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index ef8526ea5d..70c43a6dfb 100644 --- a/acconfig.h +++ b/acconfig.h @@ -19,6 +19,10 @@ #undef USE_BROKEN_THREADS #undef BONOBO_POST_0_15 #undef MOVEMAIL_PATH +#undef PGP_PROGRAM +#undef GPG_PATH +#undef PGP5_PATH +#undef PGP_PATH /* Define this if you want to build against the development gtk */ #undef HAVE_DEVGTK -- cgit