From f79f64097e04ef44ae44ff5e82e1b2cd504b7b9d Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sat, 14 Apr 2018 17:21:45 +0200 Subject: [PATCH] configure: fix error hw timestamp check This fixes #2469 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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