From ec07936888b845c608a0d63aa833a91844efde0c Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 15 Jan 2016 16:06:30 -0600 Subject: Fix Windows build (fix #911) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7f6be347..03aa71d2 100644 --- a/configure.ac +++ b/configure.ac @@ -81,6 +81,8 @@ fi AC_CHECK_FUNCS(memmem) AC_CHECK_FUNCS(mkstemp) +AC_CHECK_HEADER("shlwapi.h",[have_win32=1;]) +AM_CONDITIONAL([WIN32], [test "x$have_win32" = x1]) dnl Running tests with Valgrind is slow. It is faster to iterate on dnl code without Valgrind until tests pass, then enable Valgrind and -- cgit v1.2.3