diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index acd63f39..6e848be6 100644 --- a/configure.ac +++ b/configure.ac @@ -533,6 +533,12 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE( # Look for a suitable queue.h. AC_CHECK_DECL( + TAILQ_CONCAT, + found_queue_h=yes, + found_queue_h=no, + [#include <sys/queue.h>] +) +AC_CHECK_DECL( TAILQ_PREV, found_queue_h=yes, found_queue_h=no, |