OpusReader: don't use strndup()

Eliminate the fallback strndup() and strnlen() implementations.
This commit is contained in:
Max Kellermann
2013-04-09 01:03:44 +02:00
parent 2090911363
commit 14df240f5b
4 changed files with 4 additions and 67 deletions

View File

@@ -136,8 +136,6 @@ AC_SEARCH_LIBS([gethostbyname], [nsl])
AC_CHECK_FUNCS(pipe2 accept4 eventfd)
AC_CHECK_FUNCS(strnlen strndup)
AC_SEARCH_LIBS([exp], [m],,
[AC_MSG_ERROR([exp() not found])])