From fe225c551810e941ca1fc0d3fecee29cea7f16b9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 11 Jan 2018 11:10:21 -0800 Subject: Use nd_ types, add host-endian extract routines, clean up signed vs. unsigned. We now define the structures for Linux USB headers in print-usb.c, so it doesn't need to include ; don't check for it. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 485ac1f9..81ec675c 100644 --- a/configure.ac +++ b/configure.ac @@ -835,7 +835,6 @@ savedcppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $V_INCLS" AC_CHECK_HEADERS(pcap/bluetooth.h,,,[#include "netdissect-stdinc.h"]) AC_CHECK_HEADERS(pcap/nflog.h,,,[#include "netdissect-stdinc.h"]) -AC_CHECK_HEADERS(pcap/usb.h,,,[#include "netdissect-stdinc.h"]) CPPFLAGS="$savedcppflags" AC_PROG_RANLIB -- cgit v1.2.3