build: Output a message when configure checks if we're on Windows

This commit is contained in:
Bertrand Lorentz 2013-03-29 18:30:12 +01:00
parent f4a1672c87
commit 00aaa79ec1

View File

@ -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"