gnucash master: src/app-utils/gfec.a requires _XOPEN_EXTENDED, defined by -std=gnu99.

John Ralls jralls at code.gnucash.org
Sun Jun 7 14:59:31 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/9914a046 (commit)
	from  https://github.com/Gnucash/gnucash/commit/fefec86f (commit)



commit 9914a046d7166ff5d31c497a43b48f6b92bea6c1
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 7 11:59:05 2015 -0700

    src/app-utils/gfec.a requires _XOPEN_EXTENDED, defined by -std=gnu99.

diff --git a/configure.ac b/configure.ac
index 7506029..8120f82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -329,7 +329,7 @@ fi
 # 2.44 requires C11.
 # 2.36 deprecated g_type_init
 # 2.32 deprecated some gthread functions
-ac_cv_cstd=c99
+ac_cv_cstd=gnu99
 PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.44 gio-2.0 >= 2.25 gthread-2.0
                         gobject-2.0 gmodule-2.0,
 [



Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list