summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-10 16:01:48 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-10 16:01:48 +0200
commit6b2b45be409e81575e2f99bbf0677ba209b2e62d (patch)
tree68b0d6a3633f51df41b84a60030364bcd9e013dd /configure.ac
parentc13c1a2052b7829bdea985c4a3934c8325a94561 (diff)
downloadxine-lib-6b2b45be409e81575e2f99bbf0677ba209b2e62d.tar.gz
xine-lib-6b2b45be409e81575e2f99bbf0677ba209b2e62d.tar.bz2
Add checks for needed replacement (and replacement) for memmem() function, that I'm going to use in input_http.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f4863ce40..76e7fde6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -860,7 +860,7 @@ AC_CHECK_FUNCS([strncasecmp _strnicmp], [have_required_function="yes"])
AC_FUNC_FSEEKO
-AC_REPLACE_FUNCS([asprintf basename gettimeofday setenv strndup strpbrk strsep strtok_r timegm unsetenv])
+AC_REPLACE_FUNCS([asprintf basename gettimeofday setenv strndup strpbrk strsep strtok_r timegm unsetenv memmem])
AC_LIBSOURCE([hstrerror.c])
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <netdb.h>]], [[hstrerror(0)]])],