From 00aaa79ec16f77228b0c013b9526dbdfae25d599 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Fri, 29 Mar 2013 18:30:12 +0100 Subject: [PATCH] build: Output a message when configure checks if we're on Windows --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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"