aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2017-11-15 10:41:54 +0000
committerAndre Heinecke <[email protected]>2017-11-15 10:44:53 +0000
commit4f5afaf1fdb5cb13859aca390ccb5a1ba1dba00c (patch)
tree72fa3519cb14388ee38673102d48f0faada00602 /configure.ac
parentdoc: Add man page for gpgtar (diff)
downloadgnupg-4f5afaf1fdb5cb13859aca390ccb5a1ba1dba00c.tar.gz
gnupg-4f5afaf1fdb5cb13859aca390ccb5a1ba1dba00c.zip
w32: Fix default registry path
* configure.ac (GNUPG_REGISTRY_DIR): Remove leading backslash. -- Windows does not like the leading backslash and won't read the key. Problem reported in the Gpg4win Message boards. This bug was introduced by rev. 75ba215e Signed-off-by: Andre Heinecke <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 227b57f78..13f1ab604 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1814,7 +1814,7 @@ AC_DEFINE_UNQUOTED(DIRMNGR_DEFAULT_KEYSERVER,
AC_DEFINE_UNQUOTED(GPGEXT_GPG, "gpg", [The standard binary file suffix])
if test "$have_w32_system" = yes; then
- AC_DEFINE_UNQUOTED(GNUPG_REGISTRY_DIR, "\\\\Software\\\\GNU\\\\GnuPG",
+ AC_DEFINE_UNQUOTED(GNUPG_REGISTRY_DIR, "Software\\\\GNU\\\\GnuPG",
[The directory part of the W32 registry keys])
fi