aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-08-19 13:39:12 +0000
committerWerner Koch <[email protected]>2010-08-19 13:39:12 +0000
commita160ddd577f693f9cb97efec502b587877917bc3 (patch)
treee2787a130e4c0557d5aba4f89d37807fb9250fb7 /autogen.sh
parentAdd gpg_err_deinit (diff)
downloadlibgpg-error-a160ddd577f693f9cb97efec502b587877917bc3.tar.gz
libgpg-error-a160ddd577f693f9cb97efec502b587877917bc3.zip
Require new GPG_ERR_ENABLE_ERRNO_MACROS define to include the strerror
define.
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 70e02ed..48da7f7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -125,7 +125,7 @@ if [ "$myhost" = "w32" ]; then
fi
fi
- ./configure --enable-maintainer-mode --prefix=${w32root} \
+ $tsdir/configure --enable-maintainer-mode --prefix=${w32root} \
--host=${host} --build=${build} "$@"
exit $?