X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=configure.in;h=462c2785d08ba8ad7fc6ecc9978f2d1e35ad4b9a;hb=667e0b8a75a1ded0e0f54da7f59acfd29587f31e;hp=e8955bb03990f721eae5a2e7e10869b6635e45b4;hpb=ac99df24654611fc049d5af88505a31edbb91bdf;p=doldaconnect.git diff --git a/configure.in b/configure.in index e8955bb..462c278 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,9 @@ m4_defun([_LT_AC_LANG_F77_CONFIG], true) AM_PROG_LIBTOOL AC_CHECK_LIB(pam, pam_start, , AC_MSG_ERROR([*** must have PAM])) -AC_CHECK_LIB(dl, dlopen, , AC_MSG_ERROR([*** PAM requires a working dynamic loader (libdl)])) +# Doesn't work on at least FreeBSD, and the existance of PAM should +# already indicate that dlopen works. +# AC_CHECK_LIB(dl, dlopen, , AC_MSG_ERROR([*** PAM requires a working dynamic loader (libdl)])) AC_CHECK_LIB(z, deflate, , AC_MSG_ERROR([*** must have zlib])) AC_CHECK_LIB(bz2, BZ2_bzWriteOpen, , AC_MSG_ERROR([*** must have bzlib])) AC_CHECK_LIB(gdbm, gdbm_open, , AC_MSG_ERROR([*** must have gdbm]))