]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
with autoconf
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 15 Jul 2009 14:24:45 +0000 (14:24 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 15 Jul 2009 14:24:45 +0000 (14:24 +0000)
git-svn-id: file:///svn/unbound/trunk@1726 be551aaa-1e26-0410-a405-d3ace91eadb9

configure

index 34a8f86e7a548d4d6bf9bb106efe33f92c0a9e8e..72cc3aeea049c6da24a0055cb3c451a3ef263455 100755 (executable)
--- a/configure
+++ b/configure
@@ -18702,6 +18702,7 @@ if test x_$enable_static_exe = x_yes; then
        staticexe="-static"
        if test "$on_mingw" = yes; then
                staticexe="-all-static"
+               # for static crosscompile, include gdi32 and zlib here.
                if test "`uname`" = "Linux"; then
                        LIBS="$LIBS -lgdi32 -lz"
                fi