summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-02-13 15:22:29 -0800
committerPatrick Venture <venture@google.com>2019-02-14 00:13:28 +0000
commit8e1d5dda93130819e26ee718375e43936c971781 (patch)
tree3c8f788f3352a5428b5f64d9667c03a653942945
parent5bab7c49ef95709f37ac2cc5a4291b95003a9cf8 (diff)
downloadphosphor-mboxbridge-8e1d5dda93130819e26ee718375e43936c971781.tar.gz
phosphor-mboxbridge-8e1d5dda93130819e26ee718375e43936c971781.zip
build: use pkg_check_modules instead of ax_pkg_check_modules
ax_pkg_check_modules provides a wrapper to pkg_check_modules, such that one can specify private and public dependencies. This is not used, therefore use the underlying macro. Change-Id: I556f9e29da236e069b7a9b69448fb4cbcba7bbe1 Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ba8b188..b505e4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AS_IF([test "x$enable_virtual_pnor" == "xyes"],
[
PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus])
PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging])
- AX_PKG_CHECK_MODULES([PHOSPHOR_DBUS_INTERFACES], [],[phosphor-dbus-interfaces])
+ PKG_CHECK_MODULES([PHOSPHOR_DBUS_INTERFACES], [phosphor-dbus-interfaces])
AM_CONDITIONAL(VIRTUAL_PNOR_ENABLED, true)
AX_APPEND_COMPILE_FLAGS([-DVIRTUAL_PNOR_ENABLED], [CXXFLAGS])
OpenPOWER on IntegriCloud