aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog5
-rw-r--r--m4/gnupg-pth.m41
2 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 4b034d7d9..20bb2c81f 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-17 Werner Koch <[email protected]>
+
+ * gnupg-pth.m4: Make sure that have_w32_system is set to no by
+ default.
+
2006-11-14 Werner Koch <[email protected]>
* libassuan.m4: Updated from libassuan SVN.
diff --git a/m4/gnupg-pth.m4 b/m4/gnupg-pth.m4
index 00db177e9..4afdcc402 100644
--- a/m4/gnupg-pth.m4
+++ b/m4/gnupg-pth.m4
@@ -91,6 +91,7 @@ AC_DEFUN([GNUPG_PATH_PTH],
fi
AC_PATH_PROG(PTH_CONFIG, pth-config, no)
tmp=ifelse([$1], ,1.3.7,$1)
+ test -z "$have_w32_system" && have_w32_system="no"
if test "$have_w32_system" = no; then
if test "$PTH_CONFIG" != "no"; then
GNUPG_PTH_VERSION_CHECK($tmp)