Description: Remove unused libraries
 configure file includes bz2, resolv, z and more libraries which are
 never used. Some of them seems to be used by cabinet, but we do not
 need them in tyrant.
Author: Örjan Persson <orange@fobie.net>
Last-Update: 2010-02-07
Index: tokyotyrant.git/configure.in
===================================================================
--- tokyotyrant.git.orig/configure.in	2010-01-09 18:12:43.000000000 +0100
+++ tokyotyrant.git/configure.in	2010-01-09 18:12:43.000000000 +0100
@@ -213,12 +213,7 @@
 AC_CHECK_LIB(m, main)
 AC_CHECK_LIB(pthread, main)
 AC_CHECK_LIB(rt, main)
-AC_CHECK_LIB(dl, main)
-AC_CHECK_LIB(nsl, main)
 AC_CHECK_LIB(socket, main)
-AC_CHECK_LIB(resolv, main)
-AC_CHECK_LIB(z, main)
-AC_CHECK_LIB(bz2, main)
 AC_CHECK_LIB(tokyocabinet, main)
 if test "$enable_lua" = "yes"
 then
