diff options
author | Werner Koch <wk@gnupg.org> | 2013-08-01 11:03:24 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2013-08-01 11:03:24 +0200 |
commit | 6ce54a18c2a625b89d5453129d5b9d1ad9d59473 (patch) | |
tree | da5245f08f494d6a07a819b460793bf0185987fd /autogen.sh | |
parent | dirmngr: Define missing LDAP constant (diff) | |
download | gnupg2-6ce54a18c2a625b89d5453129d5b9d1ad9d59473.tar.xz gnupg2-6ce54a18c2a625b89d5453129d5b9d1ad9d59473.zip |
w32: Change autogen.sh to use npth.
--
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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=$? |