projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0afd95
)
Remove the check for libdl since that isn't actually used and it causes
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 27 Nov 2007 22:41:53 +0000
(22:41 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 27 Nov 2007 22:41:53 +0000
(22:41 +0000)
warnings. Pointed out by Robin Cornelius.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
42e4b5f
..
46ba266
100644
(file)
--- a/
configure.ac
+++ b/
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]),