r16665 - gnucash/branches/2.2/packaging/win32 - [r16664] Win32: Explicitly disable python support of ktoblzcheck.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Dec 16 08:06:57 EST 2007


Author: andi5
Date: 2007-12-16 08:06:57 -0500 (Sun, 16 Dec 2007)
New Revision: 16665
Trac: http://svn.gnucash.org/trac/changeset/16665

Modified:
   gnucash/branches/2.2/packaging/win32/install.sh
Log:
[r16664] Win32: Explicitly disable python support of ktoblzcheck.


Modified: gnucash/branches/2.2/packaging/win32/install.sh
===================================================================
--- gnucash/branches/2.2/packaging/win32/install.sh	2007-12-16 13:05:08 UTC (rev 16664)
+++ gnucash/branches/2.2/packaging/win32/install.sh	2007-12-16 13:06:57 UTC (rev 16665)
@@ -843,7 +843,8 @@
             # 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



More information about the gnucash-changes mailing list