From 6ce54a18c2a625b89d5453129d5b9d1ad9d59473 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 1 Aug 2013 11:03:24 +0200 Subject: [PATCH] w32: Change autogen.sh to use npth. -- --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index dcb383455..935a45623 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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=$?