summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index ebd6a70..6599c9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,12 +22,7 @@ LT_INIT([dlopen disable-static shared]) # Required for systemd linking
LT_LIB_DLLOAD
# Checks for libraries.
-PKG_CHECK_MODULES(
- [PHOSPHOR_LOGGING],
- [phosphor-logging],
- [],
- [AC_MSG_ERROR([Could not find phosphor-logging...openbmc/phosphor-logging package required])]
-)
+PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging])
PKG_CHECK_MODULES(
[LIBIPMID],
[libipmid],
OpenPOWER on IntegriCloud