configure: Fix DPDK linking when using a relative path
authorCiara Loftus <ciara.loftus@intel.com>
Wed, 16 Sep 2015 16:16:12 +0000 (17:16 +0100)
committerBen Pfaff <blp@nicira.com>
Wed, 16 Sep 2015 17:19:18 +0000 (10:19 -0700)
commit613750abeb98eb5184e4cfe0e703ec479b9e86ba
tree3ae34f346737aff859f346060cb919094f285c5d
parent37551f8b30a1a90b35cb1949f54d651827afbc09
configure: Fix DPDK linking when using a relative path

When linking with DPDK, if a relative path is used with the
'--with-dpdk' flag, then OVS will always be compiled with vHost Cuse
support, even if it is not enabled in the DPDK build.
This patch fixes this problem, and enables the correct version of
vHost despite whether or not a relative or absolute path is used.

Signed-off-by: Ciara Loftus <ciara.loftus@intel.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
acinclude.m4