mirror of
https://github.com/openvswitch/ovs
synced 2025-08-29 13:27:59 +00:00
acinclude.m4: update a comment for NetBSD support
Signed-off-by: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
parent
3453ed2485
commit
d23fa2ed56
@ -308,7 +308,8 @@ AC_DEFUN([OVS_CHECK_IF_PACKET],
|
|||||||
|
|
||||||
dnl Checks for net/if_dl.h.
|
dnl Checks for net/if_dl.h.
|
||||||
dnl
|
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_DEFUN([OVS_CHECK_IF_DL],
|
||||||
[AC_CHECK_HEADER([net/if_dl.h],
|
[AC_CHECK_HEADER([net/if_dl.h],
|
||||||
[HAVE_IF_DL=yes],
|
[HAVE_IF_DL=yes],
|
||||||
@ -318,7 +319,7 @@ AC_DEFUN([OVS_CHECK_IF_DL],
|
|||||||
AC_DEFINE([HAVE_IF_DL], [1],
|
AC_DEFINE([HAVE_IF_DL], [1],
|
||||||
[Define to 1 if net/if_dl.h is available.])
|
[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])
|
AC_SEARCH_LIBS([pcap_open_live], [pcap])
|
||||||
fi])
|
fi])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user