From fa318406c9bdb60aee1e1b410e4c9e0b3eb1392e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 9 Jan 2014 17:51:46 +0100 Subject: w32: Fix backslash quoting in registry name. * configure.ac (GNUPG_REGISTRY_DIR): Double backslashes. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3