summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-10-18 15:21:44 -0700
committerWilliam A. Kennington III <wak@google.com>2018-10-18 15:21:53 -0700
commit007400c8072a97c367a6e492292f57d5d1cd5ba8 (patch)
treeda17227bef7d3db98a4544b9de8d105f854a04b5 /configure.ac
parent4c0080287f2bb19ecfbe5cdd4a334f8769e7d0cd (diff)
downloadphosphor-host-ipmid-007400c8072a97c367a6e492292f57d5d1cd5ba8.tar.gz
phosphor-host-ipmid-007400c8072a97c367a6e492292f57d5d1cd5ba8.zip
configure: Don't check for sdbusplus twice
The second check is entirely unnecessary. Change-Id: I465577c50c0b9476a368373dae1b066b3a758a9e Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index bd8c454..b48942b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,9 +30,6 @@ PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],,\
AC_MSG_ERROR(["Requires sdbusplus package."]))
AS_IF([test "x$enable_softoff" != "xno"],
- # Check for sdbusplus
- PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],, [AC_MSG_ERROR(["sdbusplus packaged required and not found"])])
-
# Check for sdbus++ tool
[AC_PATH_PROG([SDBUSPLUSPLUS], [sdbus++])]
AS_IF([test "x$SDBUSPLUSPLUS" == "x"],
OpenPOWER on IntegriCloud