check if strlwr exists

This commit is contained in:
Vítor Santos Costa 2012-07-24 21:51:30 -04:00
parent 5e78479fb2
commit a69a509b11
3 changed files with 4 additions and 2 deletions

View File

@ -254,6 +254,7 @@
#undef HAVE_STRCHR
#undef HAVE_STRERROR
#undef HAVE_STRICMP
#undef HAVE_STRLWR
#undef HAVE_STRNCAT
#undef HAVE_STRNCPY
#undef HAVE_STRTOD

3
configure vendored
View File

@ -19735,7 +19735,8 @@ done
for ac_func in strchr strerror stricmp strncat strncpy strtod
for ac_func in strchr strerror stricmp strlwr strncat strncpy strtod
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_func" >&5

View File

@ -2017,7 +2017,7 @@ AC_CHECK_FUNCS(rename rint sbrk select setbuf)
AC_CHECK_FUNCS(setitimer setlocale setsid setlinebuf sigaction)
AC_CHECK_FUNCS(siggetmask siginterrupt)
AC_CHECK_FUNCS(signal sigprocmask socket stat)
AC_CHECK_FUNCS(strchr strerror stricmp strncat strncpy strtod)
AC_CHECK_FUNCS(strchr strerror stricmp strlwr strncat strncpy strtod)
AC_CHECK_FUNCS(time times tmpnam usleep utime vsnprintf)
AC_CHECK_FUNC(regexec, [NO_BUILTIN_REGEXP="#"], [NO_BUILTIN_REGEXP=""])