From: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
Date: Wed, 16 May 2012 08:52:57 +0000 (+0200)
Subject: add pcap library to configure.ac
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1ef9c2107e719cf903599fe4c0a2b0d23aa05826;p=sliver-openvswitch.git

add pcap library to configure.ac
---

diff --git a/configure.ac b/configure.ac
index 677d2a39e..280c8e0a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,6 +41,7 @@ AC_SYS_LARGEFILE
 AC_SEARCH_LIBS([pow], [m])
 AC_SEARCH_LIBS([clock_gettime], [rt])
 AC_SEARCH_LIBS([timer_create], [rt])
+AC_SEARCH_LIBS([pcap_open_live], [pcap])
 
 OVS_CHECK_COVERAGE
 OVS_CHECK_NDEBUG