From 9ebfade40cd22fb2b4c2d718338b2ebcf25c5c26 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 21 May 2012 21:20:34 +0000 Subject: [PATCH] Revert r22195 for install.sh, committed in error. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/2.4@22196 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 836d421e44..03019b1bb1 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -91,9 +91,9 @@ add_step inst_swig add_step inst_pcre add_step inst_libbonoboui add_step inst_libgsf -#if [ "$CROSS_COMPILE" != "yes" ]; then -# add_step inst_hh -#fi +if [ "$CROSS_COMPILE" != "yes" ]; then + add_step inst_hh +fi add_step inst_goffice #add_step inst_glade add_step inst_opensp