From 007400c8072a97c367a6e492292f57d5d1cd5ba8 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Thu, 18 Oct 2018 15:21:44 -0700 Subject: configure: Don't check for sdbusplus twice The second check is entirely unnecessary. Change-Id: I465577c50c0b9476a368373dae1b066b3a758a9e Signed-off-by: William A. Kennington III --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') 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"], -- cgit v1.2.1