From: Wouter Wijngaards Date: Mon, 6 Apr 2009 08:10:14 +0000 (+0000) Subject: windows compile fix. X-Git-Tag: release-1.3.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac9c3b84b1417ebcbcc20da5c3f890b6ddd7106b;p=thirdparty%2Funbound.git windows compile fix. git-svn-id: file:///svn/unbound/trunk@1584 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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