diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2017-10-25 20:43:27 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2017-10-25 20:44:29 -0500 |
| commit | 31292085a7310ee11d7b1e5b3b26d9a387f9d273 (patch) | |
| tree | 8e75aac099cbeefb3f8d9de62960ebaf23b5e08c | |
| parent | 0a83873508c542b21f99e2b5e1a2605f91916f4f (diff) | |
| download | phosphor-state-manager-31292085a7310ee11d7b1e5b3b26d9a387f9d273.tar.gz phosphor-state-manager-31292085a7310ee11d7b1e5b3b26d9a387f9d273.zip | |
Spelling fixes
Change-Id: Ieac823c5b77674d5ed6979d97481a368e05c95e6
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 49bc3dc..8c02dc8 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AS_IF([test "x$BOOT_COUNT_MAX_ALLOWED" == "x"], [BOOT_COUNT_MAX_ALLOWED=3]) AC_DEFINE_UNQUOTED([BOOT_COUNT_MAX_ALLOWED], [$BOOT_COUNT_MAX_ALLOWED], [The maximum allowed reboot count]) # Check for header files. -AC_CHECK_HEADER(systemd/sd-bus.h, ,[AC_MSG_ERROR([Could not find systemd/sd-bus.h...systemd developement package required])]) +AC_CHECK_HEADER(systemd/sd-bus.h, ,[AC_MSG_ERROR([Could not find systemd/sd-bus.h...systemd development package required])]) AC_CHECK_HEADER(sdbusplus/server.hpp, ,[AC_MSG_ERROR([Could not find sdbusplus/server.hpp...openbmc/sdbusplus package required])]) AC_CHECK_HEADER(phosphor-logging/log.hpp, ,[AC_MSG_ERROR([Could not find phosphor-logging/log.hpp...openbmc/phosphor-logging package required])]) |

