diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e26e51b4a..02e02bb1e 100644 --- a/configure.ac +++ b/configure.ac @@ -444,7 +444,8 @@ AH_BOTTOM([ #else #define GNUPG_DEFAULT_HOMEDIR "~/.gnupg" #endif -#define GNUPG_PRIVATE_KEYS_DIR "private-keys-v1.d" +#define GNUPG_PRIVATE_KEYS_DIR "private-keys-v1.d" +#define GNUPG_OPENPGP_REVOC_DIR "openpgp-revocs.d" /* For some systems (DOS currently), we hardcode the path here. For POSIX systems the values are constructed by the Makefiles, so that |