summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2016-11-09 15:04:48 -0600
committerPatrick Williams <patrick@stwcx.xyz>2016-11-09 22:13:35 -0600
commit2a96cfc0ed4e5466793a82292ee5640c992b963c (patch)
tree14719d42dcbd8ba57b0038b12546c225aa55f30c
parentf52114528f19309f349efa1a4171c9051fb02bad (diff)
downloadphosphor-time-manager-2a96cfc0ed4e5466793a82292ee5640c992b963c.tar.gz
phosphor-time-manager-2a96cfc0ed4e5466793a82292ee5640c992b963c.zip
Halt configure step on libmapper missing
Change-Id: I6003829eaee5330ff62b239166be428b4ff43991 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7dd25d9..2769644 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_PROG_INSTALL
AC_PROG_MAKE_SET
# Checks for libraries.
-AC_CHECK_LIB([mapper], [mapper_get_service])
+AC_CHECK_LIB([mapper], [mapper_get_service], ,[AC_MSG_ERROR([Could not find libmapper...openbmc/phosphor-objmgr package required])])
PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221])
# Checks for header files.
OpenPOWER on IntegriCloud