1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Remove the check for libdl since that isn't actually used and it causes

warnings. Pointed out by Robin Cornelius.
This commit is contained in:
Daniel Stenberg 2007-11-27 22:41:53 +00:00
parent ee4fef3768
commit b28dc011e0

View File

@ -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]),