diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index b81a6b279..605babfa9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -94,6 +94,7 @@ if test "$1" = "--build-w32"; then --with-zlib=${w32root} \ --with-regex=${w32root} \ --with-pth-prefix=${w32root} \ + --with-libiconv-prefix=${w32root} \ --with-adns=${w32root} "$@" rc=$? exit $rc |