]> git.saurik.com Git - wxWidgets.git/blobdiff - aclocal.m4
don't translate accelerators in XRC menus
[wxWidgets.git] / aclocal.m4
index 95e83ca11f96e9ac66d983b386fe0069eb46003b..5897275add59554d79235bbeb3c5e8af708f36fc 100644 (file)
@@ -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