From: Daniel Stenberg Date: Thu, 31 May 2001 08:24:50 +0000 (+0000) Subject: fixed the dlopen check X-Git-Tag: curl-7_8~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43d0d75688cf12dd278d7d72d1c7e2298c0da3e5;p=curl fixed the dlopen check --- diff --git a/configure.in b/configure.in index 78bfb92f9..d07158775 100644 --- a/configure.in +++ b/configure.in @@ -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