1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

fixed the dlopen check

This commit is contained in:
Daniel Stenberg 2001-05-31 08:24:50 +00:00
parent 77f34915ce
commit 43d0d75688

View File

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