From 14df240f5b16822da0901b35f7d0cb053c895129 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 9 Apr 2013 01:03:44 +0200 Subject: OpusReader: don't use strndup() Eliminate the fallback strndup() and strnlen() implementations. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 65c591200..043cc2956 100644 --- a/configure.ac +++ b/configure.ac @@ -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])]) -- cgit v1.2.3