diff options
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 21a6a57243..5652185b5e 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -363,7 +363,7 @@ AC_DEFUN([FP_SETTINGS], [ if test "$windows" = YES then - if test "$HostOS" = "x86_64" + if test "$HostArch" = "x86_64" then mingw_bin_prefix=x86_64-w64-mingw32- else |