add pcap library to configure.ac
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 16 May 2012 08:52:57 +0000 (10:52 +0200)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 16 May 2012 08:52:57 +0000 (10:52 +0200)
configure.ac

index 677d2a3..280c8e0 100644 (file)
@@ -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