From 62cde843b6ebfbedca791f52a3dafdc3740436e8 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 22 Apr 2011 19:59:13 +0000 Subject: [PATCH] Win32 build: Remove manually setting guile variables because pkg-config finds them correctly now even in cross-compile. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20588 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install-impl.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packaging/win32/install-impl.sh b/packaging/win32/install-impl.sh index 0b9078e652..6e58ef7278 100755 --- a/packaging/win32/install-impl.sh +++ b/packaging/win32/install-impl.sh @@ -1461,14 +1461,6 @@ function inst_gnucash() { AQBANKING_UPATH="${_OPENSSL_UDIR}/bin:${_GWENHYWFAR_UDIR}/bin:${_AQBANKING_UDIR}/bin" LIBOFX_OPTIONS="--enable-ofx --with-ofx-prefix=${_LIBOFX_UDIR}" - if [ "$CROSS_COMPILE" = "yes" ]; then - # Set these variables manually because of cross-compiling - export GUILE_LIBS="${GUILE_LDFLAGS} -lguile -lguile-ltdl" - export GUILE_INCS="${GUILE_CPPFLAGS}" - export BUILD_GUILE=yes - export name_build_guile=/usr/bin/guile-config - fi - if [ "$BUILD_FROM_TARBALL" != "yes" ]; then qpushd $REPOS_DIR ./autogen.sh