X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=c4e5a7960e4c5b25b62ac768df2c7578c62bf2ab;hb=f3de0c53e1a8f13a2c0b7c1a7a1a45cfa4a7f4e7;hp=6f171c6ab8f9bbf291fa9ef42c1210e824e3b7c5;hpb=891f355967146e1f2d66e4dc44158a011282c87f;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 6f171c6..c4e5a79 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,8 @@ if test "$enable_shared" = "yes"; then fi # Checks for libraries. +AC_CHECK_LIB(dl,dlopen) + AC_CHECK_LIB(boost_thread, main, [],[ AC_MSG_NOTICE([boost thread library not found.]) AC_MSG_ERROR([Install libboost-thread-dev (or similar)])