Remove configure check for unused functions

This commit is contained in:
Julien BLACHE 2009-06-02 11:13:51 +02:00
parent cefd3f3d1d
commit c4cf7c08a4
1 changed files with 0 additions and 2 deletions

View File

@ -47,8 +47,6 @@ AC_ARG_ENABLE(musepack, AC_HELP_STRING([--enable-musepack], [Enable Musepack sup
AM_CONDITIONAL(COND_FLAC, test x$use_flac = xtrue)
AM_CONDITIONAL(COND_MUSEPACK, test x$use_musepack = xtrue)
AC_CHECK_FUNCS(strcasestr strsep)
dnl Checks for libraries.
PKG_CHECK_MODULES(CONFUSE, [ libconfuse ])
PKG_CHECK_MODULES(AVAHI, [ avahi-client >= 0.6.24 ])