aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 899d90aff..4bf98a3b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -962,10 +962,10 @@ AC_CONFIG_COMMANDS(g10defs.h,[[
cat >g10defs.tmp <<G10EOF
/* Generated automatically by configure */
#ifdef HAVE_DRIVE_LETTERS
- #define G10_LOCALEDIR "c:/lib/gnupg/locale"
- #define GNUPG_LIBDIR "c:/lib/gnupg"
- #define GNUPG_DATADIR "c:/lib/gnupg"
- #define GNUPG_HOMEDIR "c:/gnupg"
+ #define G10_LOCALEDIR "c:\\\\lib\\\\gnupg\\\\locale"
+ #define GNUPG_LIBDIR "c:\\\\lib\\\\gnupg"
+ #define GNUPG_DATADIR "c:\\\\lib\\\\gnupg"
+ #define GNUPG_HOMEDIR "c:\\\\gnupg"
#else
#define G10_LOCALEDIR "${datadir}/locale"
#define GNUPG_LIBDIR "${libdir}/gnupg"