aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-28 23:15:52 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-28 23:15:52 +0000
commitdb6d569ed3ece7c13ef98d70f010de68dbc905de (patch)
treea268aae28945aaec23821ac4bd3632386712d08d /acinclude.m4
parentcf800b85b03963fd1c1d62d38c8e0211d02ad0a8 (diff)
Mention binary developer's packages, as well as "make install-incl", in
the message printed if we can't find net/bpf.h, and line-wrap the message. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6819 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m47
1 files changed, 5 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index cf1f26ff76..47bfce350f 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.46 2002/10/25 03:13:07 guy Exp $
+dnl $Id: acinclude.m4,v 1.47 2002/12/28 23:15:52 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
@@ -306,7 +306,10 @@ AC_DEFUN(AC_ETHEREAL_PCAP_CHECK,
# Pcap header checks
AC_CHECK_HEADER(net/bpf.h,,
- AC_MSG_ERROR([[Header file net/bpf.h not found; if you installed libpcap from source, did you also do \"make install-incl\"?]]))
+ AC_MSG_ERROR([[Header file net/bpf.h not found; if you installed libpcap
+from source, did you also do \"make install-incl\", and if you installed a
+binary package of libpcap, is there also a developer's package of libpcap,
+and did you also install that package?]]))
AC_CHECK_HEADER(pcap.h,, AC_MSG_ERROR(Header file pcap.h not found.))
#