mirror of
https://github.com/curl/curl.git
synced 2026-08-26 14:03:35 +03:00
Use a native strcasestr() if found.
This commit is contained in:
parent
775f86cb5a
commit
c478200766
2 changed files with 5 additions and 0 deletions
|
|
@ -1900,6 +1900,7 @@ AC_CHECK_FUNCS( strtoll \
|
|||
select \
|
||||
strdup \
|
||||
strstr \
|
||||
strcasestr \
|
||||
strtok_r \
|
||||
uname \
|
||||
strcasecmp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue