X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7043674e7ab9d89a582131b4ce6e684ccabf6b6..2e09dc2dc80d5dd5c42a559c4dd4738ed006a276:/aclocal.m4 diff --git a/aclocal.m4 b/aclocal.m4 index 95e83ca11f..5897275add 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -408,7 +408,7 @@ size_t iconv(); ) iconv_const= - if test "x$wx_cv_func_iconv_const" != "xyes"; then + if test "x$wx_cv_func_iconv_const" = "xyes"; then iconv_const="const" fi