diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-01-15 10:25:41 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-01-15 10:25:41 +0000 |
commit | d24c46a0273d7ed1f9083e4a0e123773fb81fc1e (patch) | |
tree | 37cf248364e4cef4a0c1f06a309ee7bb8c8e9b80 /acconfig.h | |
parent | 84776702faac12b7b22658f861e6e1af9fc8ff9a (diff) | |
download | wireshark-d24c46a0273d7ed1f9083e4a0e123773fb81fc1e.tar.gz wireshark-d24c46a0273d7ed1f9083e4a0e123773fb81fc1e.tar.bz2 wireshark-d24c46a0273d7ed1f9083e4a0e123773fb81fc1e.zip |
As we're not using the default action for AC_CHECK_LIB in
AC_ETHEREAL_PCAP_CHECK, we have to explicitly define HAVE_LIBPCAP if we
find it, otherwise it doesn't get defined.
svn path=/trunk/; revision=1486
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index a16b4d0b84..32b4ecc721 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,7 +1,7 @@ /* acconfig.h * #ifdefs to be controlled by "configure" * - * $Id: acconfig.h,v 1.14 2000/01/15 00:22:29 gram Exp $ + * $Id: acconfig.h,v 1.15 2000/01/15 10:25:41 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -39,4 +39,6 @@ #undef NEED_MKSTEMP +#undef HAVE_LIBPCAP + #undef PLUGIN_DIR |