Re: [ovs-dev] [PATCH 1/2] acinclude.m4: dpdk: use AC_SEARCH_LIBS and -ldl

2014-06-03 Thread Daniele Di Proietto
Hi Ben, thanks for the suggestion. I’m about to send another patch that makes use of AC_LINK_IFELSE directly. Daniele On May 12, 2014, at 5:55 PM, Ben Pfaff wrote: > On Mon, May 12, 2014 at 12:47:47PM -0700, Daniele Di Proietto wrote: >> On some systems libintel_dpdk.a fails to link with libop

Re: [ovs-dev] [PATCH 1/2] acinclude.m4: dpdk: use AC_SEARCH_LIBS and -ldl

2014-05-12 Thread Ben Pfaff
On Mon, May 12, 2014 at 12:47:47PM -0700, Daniele Di Proietto wrote: > On some systems libintel_dpdk.a fails to link with libopenvswitch > unless -ldl is used. This should address the issue > > Signed-off-by: Daniele Di Proietto Hmm. I have never noticed "unset" used in this way in Autoconf tes

[ovs-dev] [PATCH 1/2] acinclude.m4: dpdk: use AC_SEARCH_LIBS and -ldl

2014-05-12 Thread Daniele Di Proietto
On some systems libintel_dpdk.a fails to link with libopenvswitch unless -ldl is used. This should address the issue Signed-off-by: Daniele Di Proietto --- acinclude.m4 | 27 --- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 in