gnucash maint: Fix WORDS_BIGENDIAN setting in config.h.

John Ralls jralls at code.gnucash.org
Mon Oct 29 17:28:56 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/f9331042 (commit)
	from  https://github.com/Gnucash/gnucash/commit/263c5a40 (commit)



commit f93310426deb46571b94e420de556fac7320bbce
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Oct 29 14:28:47 2018 -0700

    Fix WORDS_BIGENDIAN setting in config.h.

diff --git a/common/config.h.cmake.in b/common/config.h.cmake.in
index 7a0cc8a..19a2d56 100644
--- a/common/config.h.cmake.in
+++ b/common/config.h.cmake.in
@@ -356,7 +356,7 @@
 # endif
 #else
 # ifndef WORDS_BIGENDIAN
-#cmakedefine WORDS_BIGENDIAN
+#  cmakedefine WORDS_BIGENDIAN 1
 # endif
 #endif
 



Summary of changes:
 common/config.h.cmake.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list