diff options
author | Patrick Venture <venture@google.com> | 2018-09-21 14:11:13 -0700 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2018-09-21 14:11:13 -0700 |
commit | e4accf03bbb9e3375804f397cefa81eec96a5e74 (patch) | |
tree | 3fe0079ef8e76bb5b229653756327fae247634b4 /configure.ac | |
parent | c0f499b594b158bdb6c61764c27729fef6837cd3 (diff) | |
download | phosphor-ipmi-blobs-e4accf03bbb9e3375804f397cefa81eec96a5e74.tar.gz phosphor-ipmi-blobs-e4accf03bbb9e3375804f397cefa81eec96a5e74.zip |
build: drop systemd requirement
The library currently does not require linking against systemd.
Change-Id: I787e718b0b33bdd68aba4afc712a97dec97795aa
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7ef48a4..05e87cd 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,6 @@ AX_CXX_COMPILE_STDCXX_17([noext]) AX_APPEND_COMPILE_FLAGS([-Wall -Werror], [CXXFLAGS]) # Checks for libraries. -PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221], [], [AC_MSG_ERROR(["systemd required and not found"])]) AC_CHECK_HEADER([host-ipmid], [AC_MSG_ERROR(["phosphor-host-ipmid required and not found."])]) AX_PTHREAD([], [AC_MSG_ERROR(["pthread required and not found"])]) |