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 | e13018f437bd41181e9e723a403aceed1b495b89 (patch) | |
tree | 3563a0e99f99e10d4c82398929e7ac7244c7c60d /configure.ac | |
parent | d0afd9586d763bd12e485e8f5e8c0ca21106e84c (diff) | |
download | c-ares-e13018f437bd41181e9e723a403aceed1b495b89.tar.gz c-ares-e13018f437bd41181e9e723a403aceed1b495b89.tar.bz2 c-ares-e13018f437bd41181e9e723a403aceed1b495b89.zip |
Remove the check for libdl since that isn't actually used and it causes
warnings. Pointed out by Robin Cornelius.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 42e4b5f..46ba266 100644 --- 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]), |