From: Richard Kettlewell Date: Wed, 10 Oct 2007 19:16:23 +0000 (+0100) Subject: more empeg fixes X-Git-Tag: debian-1_5_99dev8~126 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/2d2effe25f5635bec27e00f556fd8eec123cfc9a more empeg fixes --- diff --git a/clients/playrtp.c b/clients/playrtp.c index 2eca1c6..6e428aa 100644 --- a/clients/playrtp.c +++ b/clients/playrtp.c @@ -66,6 +66,7 @@ #include #include #include +#include #include "log.h" #include "mem.h" diff --git a/configure.ac b/configure.ac index ef43af1..482505d 100644 --- a/configure.ac +++ b/configure.ac @@ -49,6 +49,8 @@ case "$host" in # work around broken toolchain AC_CHECK_LIB([gpg-error], [gpg_strerror]) AC_CHECK_LIB([pthread], [pthread_create]) + # lib/queue.c really wants to be split into server and non-server bits + AC_CHECK_LIB([dl], [dlopen]) want_server=no ;; *linux* | *Linux* )