From 1ef9c2107e719cf903599fe4c0a2b0d23aa05826 Mon Sep 17 00:00:00 2001 From: Giuseppe Lettieri Date: Wed, 16 May 2012 10:52:57 +0200 Subject: [PATCH] add pcap library to configure.ac --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.0