chiark / gitweb /
split up queue.c to remove -ldl dependency from clients
[disorder] / configure.ac
index bf0a7b79c76c83ba6cc3a35f9bcd2c27e4114068..6b6236b8fed663dc14e04eae1da321c92dfb9653 100644 (file)
@@ -67,8 +67,6 @@ 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* )