1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-06 23:17:47 +02:00

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

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=$?