diff options
author | Dan Winship <danw@src.gnome.org> | 2000-11-22 06:55:59 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-11-22 06:55:59 +0800 |
commit | 0c0ae216ecdab55c543ca8b1210757a488cb2f66 (patch) | |
tree | 485d00e1953fa3a6a7b8a172a4be588917a98887 /acconfig.h | |
parent | 1f490e1092a9482d8cef832b820295f21a71a37e (diff) | |
download | gsoc2013-evolution-0c0ae216ecdab55c543ca8b1210757a488cb2f66.tar.gz gsoc2013-evolution-0c0ae216ecdab55c543ca8b1210757a488cb2f66.tar.zst gsoc2013-evolution-0c0ae216ecdab55c543ca8b1210757a488cb2f66.zip |
Check for libgpgme. (Support not added to mail yet.)
* configure.in: Check for libgpgme. (Support not added to mail
yet.)
svn path=/trunk/; revision=6641
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index de3e404849..7e9b142643 100644 --- a/acconfig.h +++ b/acconfig.h @@ -16,6 +16,7 @@ #undef HAVE_KRB4 #undef HAVE_KRB5 #undef MOVEMAIL_PATH +#undef HAVE_LIBGPGME #undef PGP_PROGRAM #undef GPG_PATH #undef PGP5_PATH |