Skip to content

Commit

Permalink
acinclude.m4: update a comment for NetBSD support
Browse files Browse the repository at this point in the history
Signed-off-by: YAMAMOTO Takashi <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
yamt authored and blp committed May 21, 2013
1 parent 3453ed2 commit d23fa2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand All @@ -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])

Expand Down

0 comments on commit d23fa2e

Please sign in to comment.