From 0ea6cdca9051461658ba390bbc7298c02bbb1aad Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 14 Jul 2021 11:09:28 +0100 Subject: Need all of the TAILQ bits. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2a9907ed..dfbc24df 100644 --- a/configure.ac +++ b/configure.ac @@ -617,7 +617,7 @@ AC_CHECK_DECL( ) AC_CHECK_DECL( TAILQ_PREV, - found_queue_h=yes, + , found_queue_h=no, [#include ] ) -- cgit v1.2.3