X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=m4%2Fdl.m4;h=5b05b1d63564f99263700114be0293be8fc030c6;hb=03349a3953e0f217d686d88b99fa176509a27559;hp=039e8993fec69baf2d4d61e822b492158aa5944b;hpb=5fd66d7079226750d364952b1b305d97e38f808b;p=cacao.git diff --git a/m4/dl.m4 b/m4/dl.m4 index 039e8993f..5b05b1d63 100644 --- a/m4/dl.m4 +++ b/m4/dl.m4 @@ -38,8 +38,8 @@ if test x"${ENABLE_DL}" = "xyes"; then AC_CHECK_HEADERS([dlfcn.h],, [AC_MSG_ERROR(cannot find dlfcn.h)]) case "${OS_DIR}" in - netbsd ) - dnl There is no libdl on NetBSD (see PR96). + freebsd | netbsd ) + dnl There is no libdl on FreeBSD, and NetBSD (see PR96). ;; *) AC_CHECK_LIB([dl], [dlopen],, [AC_MSG_ERROR(cannot find libdl)])