gnucash maint: gcc-4.8 seems to dislike a space between # and cmakedefine.

John Ralls jralls at code.gnucash.org
Mon Oct 29 18:35:39 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/5e426aa9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f9331042 (commit)



commit 5e426aa935fb56b86eb23d20e627dcd5d664a227
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Oct 29 15:35:35 2018 -0700

    gcc-4.8 seems to dislike a space between # and cmakedefine.

diff --git a/common/config.h.cmake.in b/common/config.h.cmake.in
index 19a2d56..1bc4793 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 1
+#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