From: Daniel Stenberg Date: Tue, 27 Nov 2007 22:41:53 +0000 (+0000) Subject: Remove the check for libdl since that isn't actually used and it causes X-Git-Tag: curl-7_18_0~215 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b28dc011e035fa9ddd0dd871b6883d65c12fbf85;p=thirdparty%2Fcurl.git Remove the check for libdl since that isn't actually used and it causes warnings. Pointed out by Robin Cornelius. --- diff --git a/ares/configure.ac b/ares/configure.ac index 42e4b5f813..46ba266a2f 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -258,9 +258,6 @@ fi dnl socket lib? AC_CHECK_FUNC(connect, , [ AC_CHECK_LIB(socket, connect) ]) -dnl dl lib? -AC_CHECK_FUNC(dlclose, , [ AC_CHECK_LIB(dl, dlopen) ]) - AC_MSG_CHECKING([whether to use libgcc]) AC_ARG_ENABLE(libgcc, AC_HELP_STRING([--enable-libgcc],[use libgcc when linking]),