aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-01-30 11:01:41 +0000
committerWerner Koch <[email protected]>2001-01-30 11:01:41 +0000
commite318473836e3a3231fe0213d9e6b0a47ac816171 (patch)
tree343ec7b6a54243afdd26769dd968c0d3144568d1 /autogen.sh
parentSome new but untested functions (diff)
downloadgpgme-e318473836e3a3231fe0213d9e6b0a47ac816171.tar.gz
gpgme-e318473836e3a3231fe0213d9e6b0a47ac816171.zip
Add better debug printing. Use reader threads for W32
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 13e4b368..378fe594 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -62,7 +62,7 @@ if test "$1" = "--build-w32"; then
./configure --host=${host} --target=${target} ${disable_foo_tests} \
--bindir=${crossbindir} --libdir=${crosslibdir} \
- --includedir=${crossincdir} $*
+ --includedir=${crossincdir} --enable-maintainer-mode $*
exit $?
fi