Win32: Explicitly disable python support of ktoblzcheck.

BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16664 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2007-12-16 13:05:08 +00:00
parent 4a0d206782
commit 8ad7d059ae

View File

@ -843,7 +843,8 @@ function inst_ktoblzcheck() {
# circumvent binreloc bug, http://trac.autopackage.org/ticket/28
./configure ${HOST_XCOMPILE} \
--prefix=${_GWENHYWFAR_UDIR} \
--disable-binreloc
--disable-binreloc \
--disable-python
make
[ "$CROSS_COMPILE" != "yes" ] && make check
make install