]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo reported in patch 1004953.
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 7 Aug 2004 13:25:03 +0000 (13:25 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 7 Aug 2004 13:25:03 +0000 (13:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index d0d06fba2069f0da6e1ce6d8451d36b397e3848f..8fae9aeff690758de5c27b935fc890163573da10 100644 (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.])