w32: Change autogen.sh to use npth.

--
This commit is contained in:
Werner Koch 2013-08-01 11:03:24 +02:00
parent ef2e2e5402
commit 6ce54a18c2
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ if [ "$myhost" = "w32" ]; then
--with-libassuan-prefix=${w32root} \
--with-zlib=${w32root} \
--with-regex=${w32root} \
--with-pth-prefix=${w32root} \
--with-npth-prefix=${w32root} \
--with-adns=${w32root} \
${extraoptions} --disable-g13 "$@"
rc=$?