mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
Remove configure check for unused functions
This commit is contained in:
parent
cefd3f3d1d
commit
c4cf7c08a4
@ -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 ])
|
||||
|
Loading…
Reference in New Issue
Block a user