In development.
+* In autoconf, request system extensions to generate 64-bit safe code,
+ solution from patch #2803433 on SF.
+
* Fix for mutex deadlock when killing threads, patch #3564640 on SF.
* Make XML output well-formed, solution from patch #3575642 on SF.
# really severe build strictness
AM_INIT_AUTOMAKE([-Wall -Werror gnits 1.9.6])
-# FIXME: find the other places this stuff is used
+# From patch 2803433, request system extensions to generate 64-bit safe code
+AC_USE_SYSTEM_EXTENSIONS
AC_SUBST(CHECK_MAJOR_VERSION)
AC_SUBST(CHECK_MINOR_VERSION)