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 <[email protected]>
Hmm. I have never noticed "unset" used in this way in Autoconf tests. I suspect that it means that we are misusing AC_SEARCH_LIBS. Probably, that means that we should instead use AC_LINK_IFELSE directly. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
