X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=acinclude.m4;h=eadc9a76b74b6d1f43fb28122ed438fb7a1059c5;hb=d23fa2ed5602b7e9f15e5735022f4a68461c637d;hp=cc45a3aea67229b2028fcaa8defbd7392f31307f;hpb=3453ed2485f72744506e293f6ca322e809179da2;p=sliver-openvswitch.git diff --git a/acinclude.m4 b/acinclude.m4 index cc45a3aea..eadc9a76b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -308,7 +308,8 @@ AC_DEFUN([OVS_CHECK_IF_PACKET], dnl Checks for net/if_dl.h. dnl -dnl (We use this as a proxy for checking whether we're building on FreeBSD.) +dnl (We use this as a proxy for checking whether we're building on FreeBSD +dnl or NetBSD.) AC_DEFUN([OVS_CHECK_IF_DL], [AC_CHECK_HEADER([net/if_dl.h], [HAVE_IF_DL=yes], @@ -318,7 +319,7 @@ AC_DEFUN([OVS_CHECK_IF_DL], AC_DEFINE([HAVE_IF_DL], [1], [Define to 1 if net/if_dl.h is available.]) - # On FreeBSD we use libpcap to access network devices. + # On these platforms we use libpcap to access network devices. AC_SEARCH_LIBS([pcap_open_live], [pcap]) fi])