diff -r ec92c3bfaf27 -r 3d157ce203ed configure.ac --- a/configure.ac Wed Apr 16 14:25:38 2014 +0200 +++ b/configure.ac Wed Apr 16 22:40:44 2014 +0200 @@ -128,6 +128,11 @@ LIBS="$LIBS -lws2_32" DNSAPI_LIBS="-ldnsapi" AC_SUBST(DNSAPI_LIBS) + AC_DEFINE(IS_WIN32_CROSS_COMPILED, 1, + [Define to 1, when building with autotools (not necessarily + cross-compiling) for windows. It's a temporary hack to remain + non-autotools win32 build working. Drop it when we fully + switch our win32 build to autotools.]) ;; *) is_win32="no"