commit | 4175b4ca8372fd4452245db4f9328afa773e4d93 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Dec 23 22:45:18 2020 -0800 |
committer | William A. Kennington III <wak@google.com> | Mon Dec 28 00:09:19 2020 -0800 |
tree | c346a91e8a6baa8c3c3434bc610cb55e18aec23c | |
parent | 12e6e7568b9e9633a649a864a7b05d424be74615 [diff] [blame] |
Add callback support to triggerable actions Change-Id: Icc27fbe9403eda418f41e12c76af7f3216f4b72a Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/configure.ac b/configure.ac index 7195890..16d95e8 100644 --- a/configure.ac +++ b/configure.ac
@@ -84,6 +84,12 @@ ) AC_CHECK_HEADER( + [function2/function2.hpp], + [], + [AC_MSG_ERROR([Could not find function2/function2.hpp])] + ) + + AC_CHECK_HEADER( [nlohmann/json.hpp], [], [AC_MSG_ERROR([Could not find nlohmann/json.hpp])]