acinclude: check for numa library
authorBhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
Sat, 18 Jun 2016 22:13:44 +0000 (23:13 +0100)
committerDaniele Di Proietto <diproiettod@vmware.com>
Fri, 24 Jun 2016 20:58:19 +0000 (13:58 -0700)
commit16dfb8fa791bde9ffc4b5763d7b3d689e60d8119
treeb162040a20bc2fedc230c8a71cda91b35d2115b4
parent3c76c72dd73e0aded1703b9671664f97c6676cf2
acinclude: check for numa library

Numa library is needed for NUMA aware vHost User functionality.
Incase of missing numa package, the OVS DPDK configuration fails with
"error: Could not find DPDK libraries in <DPDK_LOC>/TARGET/lib" though
the DPDK library is installed.

This patch fixes this inappropriate error by checking for presence of
numa library and output an appropriate error message "error: unable to
find libnuma, install the dependency package" in case of missing package.

Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy@intel.com>
Acked-by: Ciara Loftus <ciara.loftus@intel.com>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
acinclude.m4