From c7574c0b50f8e93915642fd1647cf367b10563ff Mon Sep 17 00:00:00 2001 From: erg Date: Sat, 26 Feb 2011 21:38:46 +0000 Subject: [PATCH] Add test for strcasestr --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d15c37ead..669c8e0f3 100644 --- a/configure.ac +++ b/configure.ac @@ -459,7 +459,7 @@ AC_CHECK_FUNCS([lrand48 drand48 srand48 setmode setenv getenv \ strtoul strtoll strtoull uname memset nl_langinfo pow sqrt \ strchr strdup strerror strstr _NSGetEnviron]) -AC_REPLACE_FUNCS([strcasecmp strncasecmp]) +AC_REPLACE_FUNCS([strcasecmp strncasecmp strcasestr]) dnl ----------------------------------- dnl libtool ltdl on-demand plugin loading -- 2.40.0