Snap for 8397960 from 90d369459ca896e087331409028d3c4960344da7 to tm-release

Change-Id: Ib66cf450472b26e67cbfe425ede8b61d2449805e
diff --git a/config.h b/config.h
index 7cccfc7..46a5492 100644
--- a/config.h
+++ b/config.h
@@ -978,7 +978,9 @@
 #define HAVE_SIG_ATOMIC_T 1
 
 /* Define to 1 if the system provides static_assert */
-/* #undef HAVE_STATIC_ASSERT */
+#if __STDC_VERSION__ >= 201112L
+#define HAVE_STATIC_ASSERT 1
+#endif
 
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1