summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/configure.in
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-09-04 19:43:23 +0000
committersam <sam@FreeBSD.org>2006-09-04 19:43:23 +0000
commitffd4bfbe7bca827ff32b489ba212a49c38c3f224 (patch)
treedb8dd338004459feebb8546681de0f273dcd020f /contrib/libpcap/configure.in
parentbf281a32a1c59fe37a685431dd57d7e432a7f3e0 (diff)
downloadFreeBSD-src-ffd4bfbe7bca827ff32b489ba212a49c38c3f224.zip
FreeBSD-src-ffd4bfbe7bca827ff32b489ba212a49c38c3f224.tar.gz
Import of libpcap v0.9.4
Diffstat (limited to 'contrib/libpcap/configure.in')
-rwxr-xr-xcontrib/libpcap/configure.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/libpcap/configure.in b/contrib/libpcap/configure.in
index fbc70b8..e14d0d0 100755
--- a/contrib/libpcap/configure.in
+++ b/contrib/libpcap/configure.in
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.120.2.6 2005/06/20 21:37:43 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.120.2.7 2005/07/07 06:56:03 guy Exp $ (LBL)
dnl
dnl Copyright (c) 1994, 1995, 1996, 1997
dnl The Regents of the University of California. All rights reserved.
@@ -6,7 +6,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.
dnl
-AC_REVISION($Revision: 1.120.2.6 $)
+AC_REVISION($Revision: 1.120.2.7 $)
AC_PREREQ(2.50)
AC_INIT(pcap.c)
@@ -569,6 +569,10 @@ if test $ac_cv_lbl_dag_api = yes; then
AC_CHECK_LIB([dag], [dag_attach_stream], [dag_version="2.5.x"], [dag_version="2.4.x"])
LDFLAGS=$saved_ldflags
+ if test "$dag_version" = 2.5.x; then
+ AC_DEFINE(HAVE_DAG_STREAMS_API, 1, [define if you have streams capable DAG API])
+ fi
+
# See if we can find a specific version string.
AC_MSG_CHECKING([the DAG API version])
if test -r "$dag_root/VERSION"; then
OpenPOWER on IntegriCloud