r22196 - gnucash/branches/2.4/packaging/win32 - Revert r22195 for install.sh, committed in error.

John Ralls jralls at code.gnucash.org
Mon May 21 17:20:34 EDT 2012


Author: jralls
Date: 2012-05-21 17:20:34 -0400 (Mon, 21 May 2012)
New Revision: 22196
Trac: http://svn.gnucash.org/trac/changeset/22196

Modified:
   gnucash/branches/2.4/packaging/win32/install.sh
Log:
Revert r22195 for install.sh, committed in error.

Modified: gnucash/branches/2.4/packaging/win32/install.sh
===================================================================
--- gnucash/branches/2.4/packaging/win32/install.sh	2012-05-21 21:18:33 UTC (rev 22195)
+++ gnucash/branches/2.4/packaging/win32/install.sh	2012-05-21 21:20:34 UTC (rev 22196)
@@ -91,9 +91,9 @@
 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



More information about the gnucash-changes mailing list