From e86f9181adc947c235d270d2d3fcc3265c1f29cc Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 9 Mar 2005 16:03:05 +0000 Subject: * acinclude.m4 (GNUPG_CHECK_VA_COPY): Assume no when cross-compiling. * Makefile.am (EXTRA_DIST): Include autogen.sh * autogen.sh: Added the usual code to build for W32 (--build-w32). * configure.ac: Fixed the mingw32 host string, removed OS/2 stuff. (HAVE_DRIVE_LETTERS): Removed. (HAVE_W32_SYSTEM): Added. (AC_GNU_SOURCE): New to replace the identical AH_VERBATIM. (AH_BOTTOM): Added. * w32-util.c (_gpgme_get_gpg_path, _gpgme_get_gpgsm_path): Do not cast away type checks. * io.h [W32]: Do not include stdio.h. If it is needed do it at the right place. * data.h [W32]: Removed kludge for EOPNOTSUP. * data.c, data-compat.c [W32]: Explicitly test for it here. --- complus/gpgcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'complus') diff --git a/complus/gpgcom.c b/complus/gpgcom.c index 7c967be8..66703696 100644 --- a/complus/gpgcom.c +++ b/complus/gpgcom.c @@ -123,7 +123,7 @@ main (int argc, char **argv ) opt.homedir = getenv("GNUPGHOME"); if( !opt.homedir || !*opt.homedir ) { - #ifdef HAVE_DRIVE_LETTERS + #ifdef HAVE_DOSISH_SYSTEM opt.homedir = "c:/gnupg"; #else opt.homedir = "~/.gnupg"; -- cgit v1.2.3