diff options
author | Werner Koch <wk@gnupg.org> | 2010-10-08 16:37:42 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-10-08 16:37:42 +0200 |
commit | a3335428becd9e18560e6ee98a196cd06eb9ee6c (patch) | |
tree | 8853ea7cc0e85ef696fc3da74231190f5867d52e /autogen.sh | |
parent | Add new option --with-keygrip (diff) | |
download | gnupg2-a3335428becd9e18560e6ee98a196cd06eb9ee6c.tar.xz gnupg2-a3335428becd9e18560e6ee98a196cd06eb9ee6c.zip |
New configure optionh --enable-dirmngr-auto-start.
autogen.sh enables this for CE.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index bdc5bfe95..72e5fee2c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -103,7 +103,8 @@ if [ "$myhost" = "w32" ]; then w32root="$w32ce_root" [ -z "$w32root" ] && w32root="$HOME/w32ce_root" toolprefixes="$w32ce_toolprefixes arm-mingw32ce" - extraoptions="--disable-scdaemon --disable-zip $w32ce_extraoptions" + extraoptions="--enable-dirmngr-auto-start --disable-scdaemon " + extraoptions="$extraoptions --disable-zip $w32ce_extraoptions" ;; *) [ -z "$w32root" ] && w32root="$HOME/w32root" |