Fixed typo reported in patch 1004953.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2004-08-07 13:25:03 +00:00
parent b5267123bf
commit 858e1e7c8d

View File

@ -1574,7 +1574,7 @@ case "${host}" in
)
])
if test x"$ac_cv_string_strcasecmp" = "xyes"; then
if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
AC_DEFINE(HAVE_STRCASECMP_IN_STRINGS_H)
else
AC_MSG_ERROR([No case-insensitive string comparison function found.])