Add stupid check for dlopen for SASL and TLS

This commit is contained in:
Kurt Zeilenga 2001-05-03 01:13:49 +00:00
parent 508890e75b
commit 6e4655a6c5
3 changed files with 663 additions and 561 deletions

1219
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -723,6 +723,8 @@ AC_CHECK_HEADERS( \
dnl ----------------------------------------------------------------
dnl Checks for libraries
AC_CHECK_FUNC(dlopen, :, [AC_CHECK_LIB(dl, dlopen)])
dnl HP-UX requires -lV3
AC_CHECK_LIB(V3, sigset)

View file

@ -573,6 +573,9 @@
/* Define if you have the bind library (-lbind). */
#undef HAVE_LIBBIND
/* Define if you have the dl library (-ldl). */
#undef HAVE_LIBDL
/* Define if you have the gen library (-lgen). */
#undef HAVE_LIBGEN