From: Eric Leblond Date: Sat, 14 Apr 2018 15:21:45 +0000 (+0200) Subject: configure: fix error hw timestamp check X-Git-Tag: suricata-4.1.0-rc1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f79f64097e04ef44ae44ff5e82e1b2cd504b7b9d;p=thirdparty%2Fsuricata.git configure: fix error hw timestamp check This fixes #2469 --- diff --git a/configure.ac b/configure.ac index c764e09bc7..6833acb411 100644 --- a/configure.ac +++ b/configure.ac @@ -1355,7 +1355,7 @@ AC_CHECK_DECL([SOF_TIMESTAMPING_RAW_HARDWARE], AC_DEFINE([HAVE_HW_TIMESTAMPING],[1],[Hardware timestamping support is available]), [], - [[#include ]]), + [[#include ]]) ]) # Netmap support