aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a622c64e..184de457 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-22 Marcus Brinkmann <[email protected]>
+
+ * configure.ac: Disable GPGSM for all dosish systems.
+
2002-10-12 Marcus Brinkmann <[email protected]>
* configure.ac: Add automake conditional HAVE_GPGSM.
diff --git a/configure.ac b/configure.ac
index f7633d8f..5c02f681 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,7 +96,8 @@ case "${target}" in
[Defined if the filesystem uses driver letters.])
have_dosish_system=yes
GPG_DEFAULT='c:\\gnupg\\gpg.exe'
- GPGSM_DEFAULT='c:\\gnupg\\gpgsm.exe'
+ # XXX Assuan is not supported in this configuration.
+ #GPGSM_DEFAULT='c:\\gnupg\\gpgsm.exe'
#component_system='COM+'
;;
*)