summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-03-14 15:20:55 -0700
committerBen Pfaff <blp@nicira.com>2013-03-20 11:35:55 -0700
commitd30e714ccb9d13caf39d14d5b2fc9523b678ed51 (patch)
treed72107430b095b0c1d4cb5bd50959eb3e1428115 /configure.ac
parentb40dcae74fb2c1e58d48a38b5da178a78f9bf8a6 (diff)
downloadopenvswitch-d30e714ccb9d13caf39d14d5b2fc9523b678ed51.tar.gz
configure: Only link against libpcap on FreeBSD.
On other platforms there is no benefit to linking against libpcap, because it is not used. Signed-off-by: Ben Pfaff <blp@nicira.com> CC: Ed Maste <emaste@freebsd.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1cacd2936..bd491796c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc.
+# Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013 Nicira, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -44,7 +44,6 @@ 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_ESX
OVS_CHECK_COVERAGE