diff --git a/configure.ac b/configure.ac index 58004262b..16b27170d 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,8 @@ AC_SUBST(PACKAGE_VERSION) WIN64DEFINES= +AC_MSG_CHECKING([whether we're on Windows]) + case "$host" in x86_64-*-mingw*|x86_64-*-cygwin*) WIN64DEFINES="-define:WIN64LONGS"