summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2017-04-14 17:16:04 +0530
committerPatrick Williams <patrick@stwcx.xyz>2017-04-27 12:21:10 +0000
commitbf9ba40c716867a8bf1e9c8d268d860ee9518b1b (patch)
tree85209a29a69fa44c1fbb409bba4c6523063a2293 /configure.ac
parent05eb109d47d885040496e2a7ace781a7186b7209 (diff)
downloadphosphor-networkd-bf9ba40c716867a8bf1e9c8d268d860ee9518b1b.tar.gz
phosphor-networkd-bf9ba40c716867a8bf1e9c8d268d860ee9518b1b.zip
Define the create interface for VLAN
Network Manager may implement multiple interface object Create interface helps in creating specific interface. Create interface declares the interface for creating a specific object. Change-Id: I7433a8569f7e08f9ceb0ff8d01e8c42b04b3b5af Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 56a430c..17a8efb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,9 @@ PKG_CHECK_MODULES([SYSTEMD], [libsystemd >= 221])
PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],,\
AC_MSG_ERROR(["Requires sdbusplus package."]))
+
+AC_PATH_PROG([SDBUSPLUSPLUS], [sdbus++])
+
PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],,\
AC_MSG_ERROR(["Requires phosphor-logging package."]))
OpenPOWER on IntegriCloud