build: Output a message when configure checks if we're on Windows
This commit is contained in:
parent
f4a1672c87
commit
00aaa79ec1
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue