fanctl: add cli11 dependency to autoconf

Change-Id: I040222575c3c156eff35981a8e7e822caeef2be5
Signed-off-by: Mike Capps <mikepcapps@gmail.com>
diff --git a/configure.ac b/configure.ac
index 62faf98..2cc5221 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,6 +160,8 @@
         AC_ARG_VAR(MACHINE, [Machine name to install a particular set of associated config file(s)])
         AC_CHECK_HEADER(nlohmann/json.hpp, ,
                 [AC_MSG_ERROR([Could not find nlohmann/json.hpp... nlohmann/json package required])])
+        AC_CHECK_HEADER(CLI/CLI.hpp, ,
+                [AC_MSG_ERROR([Could not find CLI/CLI.hpp... cli11 package required])])
         # Set config flag for runtime json usage
         AC_DEFINE([CONTROL_USE_JSON], [1], [Fan control use runtime json configuration])
         AC_MSG_NOTICE([Fan control json configuration usage enabled])