diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-11-27 22:41:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-11-27 22:41:53 +0000 |
commit | b28dc011e035fa9ddd0dd871b6883d65c12fbf85 (patch) | |
tree | a6ba705ec428b587385fb733c54693a1067c818e | |
parent | ee4fef376891656aee61e467bd8c608645afac2c (diff) |
Remove the check for libdl since that isn't actually used and it causes
warnings. Pointed out by Robin Cornelius.
-rw-r--r-- | ares/configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ares/configure.ac b/ares/configure.ac index 42e4b5f81..46ba266a2 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]), |