summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-07-02 18:10:01 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-07-02 18:10:01 +0100
commit4d9268deac1c4755343b392f9dd18ec30753444d (patch)
treeba6df1b6074ce4ac2dfa7a0dd8144db830666ae7 /configure.ac
parent9512237d4627c2568be7d1125a1f5cc034ba8377 (diff)
downloadxine-lib-4d9268deac1c4755343b392f9dd18ec30753444d.tar.gz
xine-lib-4d9268deac1c4755343b392f9dd18ec30753444d.tar.bz2
Cope with missing strcasestr().
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 2bb0e378c..89595225a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2129,7 +2129,7 @@ if test "x$some_snprintf" != "xyes" -o \
fi
AC_FUNC_FSEEKO
AC_CHECK_HEADERS(assert.h byteswap.h malloc.h execinfo.h ucontext.h sys/mman.h sys/mixer.h libgen.h netdb.h dirent.h sys/times.h sys/ioctl.h sys/param.h alloca.h)
-AC_REPLACE_FUNCS(asprintf basename gettimeofday setenv strndup strpbrk strsep strtok_r timegm unsetenv memmem)
+AC_REPLACE_FUNCS(asprintf basename gettimeofday setenv strcasestr strndup strpbrk strsep strtok_r timegm unsetenv memmem)
AC_LIBSOURCE(hstrerror.c)
AC_LINK_IFELSE([#include <netdb.h>