From: Stefan Neis Date: Sat, 7 Aug 2004 13:25:03 +0000 (+0000) Subject: Fixed typo reported in patch 1004953. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/858e1e7c8d57ab95dd5c3712ab27980354f7512e Fixed typo reported in patch 1004953. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index d0d06fba20..8fae9aeff6 100644 --- a/configure.in +++ b/configure.in @@ -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.])