X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=m4%2Fdl.m4;h=5b05b1d63564f99263700114be0293be8fc030c6;hb=fa8651a5a680d2f25e03d6df5fd275e70d5cc696;hp=039e8993fec69baf2d4d61e822b492158aa5944b;hpb=219e4a46e3d127d3c0883ee2e8635b4fe3c94d60;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)])