summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-01-19 16:29:30 +0100
committerWerner Koch <wk@gnupg.org>2011-01-19 16:29:30 +0100
commitaf500f0ae490bc4262419fa52bac62677e1672fa (patch)
treeb5a406d084d273ed903582bdeb851c2ea303356f /autogen.sh
parentFix computation of NEWSIZE in es_func_mem_write. (diff)
downloadgnupg2-af500f0ae490bc4262419fa52bac62677e1672fa.tar.xz
gnupg2-af500f0ae490bc4262419fa52bac62677e1672fa.zip
Use estream for dirmngr's --gpgconf-list.
Change insalled name of gpg2 for Wince.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 72e5fee2c..d05415507 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -104,7 +104,8 @@ if [ "$myhost" = "w32" ]; then
[ -z "$w32root" ] && w32root="$HOME/w32ce_root"
toolprefixes="$w32ce_toolprefixes arm-mingw32ce"
extraoptions="--enable-dirmngr-auto-start --disable-scdaemon "
- extraoptions="$extraoptions --disable-zip $w32ce_extraoptions"
+ extraoptions="$extraoptions --disable-zip --enable-gpg2-is-gpg"
+ extraoptions="$extraoptions $w32ce_extraoptions"
;;
*)
[ -z "$w32root" ] && w32root="$HOME/w32root"