gnucash-on-windows master: Remove obsolete configure options

Geert Janssens gjanssens at code.gnucash.org
Sat May 10 06:19:49 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/1bc7597f (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/35369a1f (commit)



commit 1bc7597f5c37c160ab67f63b029b973c56e9bb3a
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat May 10 11:08:53 2014 +0200

    Remove obsolete configure options

diff --git a/install-impl.sh b/install-impl.sh
index 5612f6a..ccc4423 100644
--- a/install-impl.sh
+++ b/install-impl.sh
@@ -1194,7 +1194,7 @@ function inst_gnucash() {
 
     AQBANKING_OPTIONS="--enable-aqbanking"
     AQBANKING_UPATH="${_OPENSSL_UDIR}/bin:${_GWENHYWFAR_UDIR}/bin:${_AQBANKING_UDIR}/bin"
-    LIBOFX_OPTIONS="--enable-ofx --with-ofx-prefix=${_LIBOFX_UDIR}"
+    LIBOFX_OPTIONS="--enable-ofx"
 
     if [ "$BUILD_FROM_TARBALL" != "yes" ]; then
         qpushd $REPOS_DIR
@@ -1206,7 +1206,6 @@ function inst_gnucash() {
         $_REPOS_UDIR/configure ${HOST_XCOMPILE} \
             --prefix=$_INSTALL_WFSDIR \
             --enable-debug \
-            --enable-schemas-install=no \
             --enable-dbi \
             --with-dbi-dbd-dir=$( echo ${_LIBDBI_DRIVERS_UDIR} | sed 's,^/\([A-Za-z]\)/,\1:/,g' )/lib/dbd \
             ${LIBOFX_OPTIONS} \



Summary of changes:
 install-impl.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)



More information about the gnucash-changes mailing list