fixed the dlopen check

This commit is contained in:
Daniel Stenberg 2001-05-31 08:24:50 +00:00
parent 77f34915ce
commit 43d0d75688
1 changed files with 3 additions and 2 deletions

View File

@ -418,7 +418,7 @@ dnl ucb lib?
AC_CHECK_FUNC(gethostname, , AC_CHECK_LIB(ucb, gethostname))
dnl dl lib?
AC_CHECK_FUNC(dlopen, , AC_CHECK_LIB(dl, dlopen))
AC_CHECK_FUNC(dlclose, , AC_CHECK_LIB(dl, dlopen))
dnl **********************************************************************
dnl Check for the random seed preferences
@ -799,7 +799,8 @@ AC_CHECK_FUNCS( socket \
getpass_r \
strlcat \
getpwuid \
geteuid
geteuid \
dlopen
)
dnl removed 'getpass' check on October 26, 2000