This file is part of mingw-cross-env. See doc/index.html for further information. Contains ad hoc patches for cross building. From a4e9166bc8d78b2aee3c25757d479d4c2e53c7be Mon Sep 17 00:00:00 2001 From: mingw-cross-env Date: Sun, 23 Oct 2011 21:36:53 +0200 Subject: [PATCH] support static linking to ntlm diff --git a/configure b/configure index ad1830d..be95edf 100755 --- a/configure +++ b/configure @@ -4822,7 +4822,7 @@ case "${host}" in ;; *-*-cygwin*) platform=CYGWIN ;; *-*-mingw*) platform=MINGW - SAMPLE_EXTRA_LIBS="-lws2_32 -lkernel32 -luser32 -lgdi32" + SAMPLE_EXTRA_LIBS="-lntlm -lws2_32 -lkernel32 -luser32 -lgdi32" ;; *-*-freebsd*) platform=FREEBSD ;; *-*-openbsd*) platform=OPENBSD ;; -- 1.7.7