diff options
Diffstat (limited to 'm4/gnupg-pth.m4')
-rw-r--r-- | m4/gnupg-pth.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
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) |