summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-02-26 19:44:36 +0100
committerWerner Koch <wk@gnupg.org>2010-02-26 19:44:36 +0100
commit2cf687cb3e2818ac3a6b51fea282a65f4395f580 (patch)
tree51376a0ff19c4aea990c42a895c3ef104881c240 /autogen.sh
parentSome minor changes and typo fixes. (diff)
downloadgnupg2-2cf687cb3e2818ac3a6b51fea282a65f4395f580.tar.xz
gnupg2-2cf687cb3e2818ac3a6b51fea282a65f4395f580.zip
First batch of changes to support W32CE.
Note that jnlib/w32-reg.c is not yet ready.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 86552ee0d..2edbababb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -123,8 +123,7 @@ if [ "$myhost" = "w32" ]; then
--with-zlib=${w32root} \
--with-regex=${w32root} \
--with-pth-prefix=${w32root} \
- --with-adns=${w32root} \
- --without-included-gettext "$@"
+ --with-adns=${w32root} "$@"
rc=$?
exit $rc
fi