From ac9c3b84b1417ebcbcc20da5c3f890b6ddd7106b Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 6 Apr 2009 08:10:14 +0000 Subject: [PATCH] windows compile fix. git-svn-id: file:///svn/unbound/trunk@1584 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 3e10c22bf..d4b46ba1e 100644 --- a/configure.ac +++ b/configure.ac @@ -429,6 +429,9 @@ AC_ARG_ENABLE(staticexe, AC_HELP_STRING([--enable-static-exe], , ) if test x_$enable_static_exe = x_yes; then staticexe="-static" + if test "$on_mingw" = yes; then + staticexe="-all-static" + fi fi # set lock checking if requested