diff options
author | Werner Koch <wk@gnupg.org> | 2010-07-16 15:19:45 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-07-16 15:19:45 +0200 |
commit | 8b8925a2bdbb12dd537dde20a27cdb1416c2f1ae (patch) | |
tree | 366acb6bb52e61242bb39682ddddb76615c3ba34 /autogen.sh | |
parent | Make it build on W32 again. (diff) | |
download | gnupg2-8b8925a2bdbb12dd537dde20a27cdb1416c2f1ae.tar.xz gnupg2-8b8925a2bdbb12dd537dde20a27cdb1416c2f1ae.zip |
Some work on porting dirmngr (unfinished)
Ported gpgtar to W32.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 5dc8669e6..ab4c7dad8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -103,13 +103,13 @@ if [ "$myhost" = "w32" ]; then w32root="$w32ce_root" [ -z "$w32root" ] && w32root="$HOME/w32ce_root" toolprefixes="$w32ce_toolprefixes arm-mingw32ce" - extraoptions="--disable-scdaemon --disable-zip --disable-ldap --disable-dirmngr $w32ce_extraoptions" + extraoptions="--disable-scdaemon --disable-zip $w32ce_extraoptions" ;; *) [ -z "$w32root" ] && w32root="$HOME/w32root" toolprefixes="$w32_toolprefixes i586-mingw32msvc" toolprefixes="$toolprefixes i386-mingw32msvc mingw32" - extraoptions="$w32_extraoptions" + extraoptions="--enable-gpgtar $w32_extraoptions" ;; esac echo "Using $w32root as standard install directory" >&2 |