diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-07-14 11:09:28 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-07-14 11:09:28 +0100 |
commit | 0ea6cdca9051461658ba390bbc7298c02bbb1aad (patch) | |
tree | 6c094d0c5a973453d842051720775c7f6e0b1730 | |
parent | d723466df2adaec4bb655094a942a427633aacff (diff) | |
download | rtmux-0ea6cdca9051461658ba390bbc7298c02bbb1aad.tar.gz rtmux-0ea6cdca9051461658ba390bbc7298c02bbb1aad.tar.bz2 rtmux-0ea6cdca9051461658ba390bbc7298c02bbb1aad.zip |
Need all of the TAILQ bits.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/queue.h>] ) |