diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-02 10:55:33 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-02 10:55:33 +0800 |
commit | fad59bb3a344526f343b8e28a8d28059e81a42a9 (patch) | |
tree | de2d7d8908ced77164386c1652028dabd77a49c5 /acconfig.h | |
parent | 4e5b1da82e7ada3667bfa47471defd5932afc405 (diff) | |
download | gsoc2013-evolution-fad59bb3a344526f343b8e28a8d28059e81a42a9.tar.gz gsoc2013-evolution-fad59bb3a344526f343b8e28a8d28059e81a42a9.tar.zst gsoc2013-evolution-fad59bb3a344526f343b8e28a8d28059e81a42a9.zip |
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
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |