aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-08-16 02:23:41 +0000
committerGuy Harris <guy@alum.mit.edu>2004-08-16 02:23:41 +0000
commitf7190ff4c7dc29001d86731fad22d3a5c29b5ad9 (patch)
treefaee1cef9ff6e3e3c5f08ebfc7e9fce8074bc01b /acinclude.m4
parent90d05b46d162d5baf317189a78c7b03e0c400734 (diff)
Fix a typo.
svn path=/trunk/; revision=11747
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index d6726b016b..3bb018db88 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -466,7 +466,7 @@ and did you also install that package?]]))
#
if test $ac_cv_func_pcap_findalldevs = "yes" ; then
AC_DEFINE(HAVE_PCAP_FINDALLDEVS, 1,
- [Define to 1 if you have the `pcap_findalldevs' function and a pcap.h that declares pcap_if_t.'])
+ [Define to 1 if you have the `pcap_findalldevs' function and a pcap.h that declares pcap_if_t.])
AC_CHECK_FUNCS(pcap_datalink_val_to_name pcap_datalink_name_to_val)
AC_CHECK_FUNCS(pcap_list_datalinks pcap_set_datalink pcap_lib_version)
fi