mirror of
https://github.com/curl/curl.git
synced 2026-04-24 04:52:11 +03: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:
parent
ee4fef3768
commit
b28dc011e0
1 changed files with 0 additions and 3 deletions
|
|
@ -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]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue