|
@@ -173,6 +173,10 @@ AC_ARG_ENABLE(
|
|
[enable_ebpf="detect"]
|
|
[enable_ebpf="detect"]
|
|
)
|
|
)
|
|
|
|
|
|
|
|
+# -----------------------------------------------------------------------------
|
|
|
|
+# Enforce building with C99, bail early if we can't.
|
|
|
|
+test "${ac_cv_prog_cc_c99}" = "no" && AC_MSG_ERROR([Netdata rquires a compiler that supports C99 to build])
|
|
|
|
+
|
|
# -----------------------------------------------------------------------------
|
|
# -----------------------------------------------------------------------------
|
|
# Check if cloud is enabled and if the functionality is available
|
|
# Check if cloud is enabled and if the functionality is available
|
|
|
|
|