chiark / gitweb /
more empeg fixes
[disorder] / configure.ac
index ef43af14990db89f57b7d7bb46ac3e888c81e25b..482505dcec9988bf7de1725d58a48a5cde1fb339 100644 (file)
@@ -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* )