aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-01-09 16:51:46 +0000
committerWerner Koch <[email protected]>2014-01-09 16:51:46 +0000
commitfa318406c9bdb60aee1e1b410e4c9e0b3eb1392e (patch)
treefe10a0bb28980f01c628d982f277bced8838c050
parentFix test for zlib. (diff)
downloadgnupg-fa318406c9bdb60aee1e1b410e4c9e0b3eb1392e.tar.gz
gnupg-fa318406c9bdb60aee1e1b410e4c9e0b3eb1392e.zip
w32: Fix backslash quoting in registry name.
* configure.ac (GNUPG_REGISTRY_DIR): Double backslashes.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 03a2c272d..8bca72820 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1603,7 +1603,7 @@ AC_DEFINE_UNQUOTED(DIRMNGR_SOCK_NAME, "S.dirmngr",
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