add missing strcasestr checks to cmake and autotools build systems,

and update config files.
This commit is contained in:
Ozkan Sezer
2022-11-20 23:50:10 +03:00
committed by Sam Lantinga
parent fe396e306e
commit 3bc4bad8fb
8 changed files with 13 additions and 2 deletions

6
configure vendored
View File

@@ -19535,6 +19535,12 @@ if test "x$ac_cv_func_strncasecmp" = xyes
then :
printf "%s\n" "#define HAVE_STRNCASECMP 1" >>confdefs.h
fi
ac_fn_c_check_func "$LINENO" "strcasestr" "ac_cv_func_strcasestr"
if test "x$ac_cv_func_strcasestr" = xyes
then :
printf "%s\n" "#define HAVE_STRCASESTR 1" >>confdefs.h
fi
ac_fn_c_check_func "$LINENO" "vsscanf" "ac_cv_func_vsscanf"
if test "x$ac_cv_func_vsscanf" = xyes