]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
windows compile fix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 Apr 2009 08:10:14 +0000 (08:10 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 Apr 2009 08:10:14 +0000 (08:10 +0000)
git-svn-id: file:///svn/unbound/trunk@1584 be551aaa-1e26-0410-a405-d3ace91eadb9

configure.ac

index 3e10c22bfced762a70011ee2a896185e22766c19..d4b46ba1e6f89918dc9fed5ef7b72ff45b26e15b 100644 (file)
@@ -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