aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-10 06:05:48 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-10 06:05:48 +0000
commit8e51328bc2b613cefffac72eafda0c45a142568d (patch)
tree9d8c73e487d0b6ed3c33462e855e6d48ef11c977 /acinclude.m4
parentde7bbaf8dae341e1263873e23db42f4d738961b0 (diff)
Get the version number of the libpcap/WinPcap with which we're running
with "pcap_lib_version()", if available. svn path=/trunk/; revision=8656
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 5456d39bfc..395f00e7cc 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2,7 +2,7 @@ dnl Macros that test for specific features.
dnl This file is part of the Autoconf packaging for Ethereal.
dnl Copyright (C) 1998-2000 by Gerald Combs.
dnl
-dnl $Id: acinclude.m4,v 1.57 2003/10/10 03:00:09 guy Exp $
+dnl $Id: acinclude.m4,v 1.58 2003/10/10 06:05:48 guy Exp $
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -352,7 +352,7 @@ and did you also install that package?]]))
else
AC_MSG_RESULT(no)
fi
- AC_CHECK_FUNCS(pcap_findalldevs)
+ AC_CHECK_FUNCS(pcap_findalldevs pcap_lib_version)
LIBS="$ac_save_LIBS"
])