mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-11 06:43:40 -05:00
windows compile fix.
git-svn-id: file:///svn/unbound/trunk@1584 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
49913a1c9e
commit
ac9c3b84b1
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue