From cd5ac9634c927b8d7072ecccdd04d4f5acf6e117 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 15 Jul 2009 14:24:45 +0000 Subject: [PATCH] with autoconf git-svn-id: file:///svn/unbound/trunk@1726 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 34a8f86e7..72cc3aeea 100755 --- 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